对此我还很陌生,主要针对iPhone客户端服务器应用程序的后端(服务器端)实现,我有几个问题.
I am quite new to this and I have a few questions mainly about the backend (server side) implementation of an iPhone client server application.
1)我环顾四周,似乎JSON是与服务器通信的好方法.服务器需要什么才能使其正常工作?
1) I have looked around and it seems like JSON is a good approach to communicate with a server. What does the server need in order for this to work?
2)我看了几本教程,所有教程都使用api.somewebsite.com/rest/...格式的网址.此外,我只有
2) I have looked on several tutorials and all the tutorials use urls which are in the format of api.somewebsite.com/rest/... at the momement I only have http://www.websitename.com/Microsoft2.jsp. The user will then login using username and password to access content. Do I need to write an api to get it to work with the above?
我真的是服务器实现的新手,所以如果他们是新手,我会事先表示歉意.
I am really new to server implementation so I appologise in advance if they are newbie questions.
谢谢!