First m very sorry!! for that i m asking question again related to accessing data from server.
i am new in iphone and am making a application in which require to access mysql database which is hosted on remote server,
- I take a server and create our database on the server so i have URL of the server,User Name,Password,Port Number.
- I make a servlet for accessing data from the server database and generate the xml file.
- I make my application and with the use of xm开发者_Go百科l parser i use the data in my application.
but problem is this,
where i put my servlet which give xml file when required in my application,
- On the Server?
- In the Application?
i m confuse how i use servlet in my application.
If u have any reference or source code then please suggest.
Thanks,
Arun
It probably would be better to put it in the application so that your reducing the need to call the server for the details.
精彩评论