How to setup Joomla CMS as a backend for iPhone app

Posted by srik on Server Fault See other posts from Server Fault or by srik
Published on 2010-05-20T16:57:37Z Indexed on 2010/05/20 17:02 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS.

I have gone ahead and installed Joomla on my server and will be using the Joomla web interface to create and manage content.

I would now like the iPhone app to login to my server and fetch the content. I do not want the complete web pages for my iPhone app. Instead, I want the content in the form of XML or JSON or some serialized format so that I can use the data in a custom layout native to the app.

So I am looking for 2 things in particular: 1. How to setup HTTP based authentication for my iPhone app to access data from my server. 2. How to access the content in a serialized format (XML, JSON etc)

Are there plugins/extensions/components I can use to achieve the same.

Any advice on how this can be achieved would be helpful.

I am completely new to setting up/using CMS.

© Server Fault or respective owner

How to setup Joomla CMS as a backend for iPhone app

Posted by srik on Super User See other posts from Super User or by srik
Published on 2010-05-20T12:38:41Z Indexed on 2010/05/20 12:40 UTC
Read the original article Hit count: 226

Filed under:
|
|
|
|

I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS.

I have gone ahead and installed Joomla on my server and will be using the Joomla web interface to create and manage content.

I would now like the iPhone app to login to my server and fetch the content. I do not want the complete web pages for my iPhone app. Instead, I want the content in the form of XML or JSON or some serialized format so that I can use the data in a custom layout native to the app.

So I am looking for 2 things in particular: 1. How to setup HTTP based authentication for my iPhone app to access data from my server. 2. How to access the content in a serialized format (XML, JSON etc)

Are there plugins/extensions/components I can use to achieve the same.

Any advice on how this can be achieved would be helpful.

I am completely new to setting up/using CMS.

© Super User or respective owner

Related posts about iphone

Related posts about joomla