[iPhone and Web Services]: REST vs SOAP

后端 未结 4 1843
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-14 00:24

I\'ve started my degree project, a mobile application suitable for iPhone, Android and (in the near future) Symbian. The server architecture is the following:

  • web
4条回答
  •  独厮守ぢ
    2021-02-14 00:43

    Google Buffers

    If your looking for a language and platform agnostic solution have a look at Google Buffers. You can easily serialise objects for transmission over the wire.

    This question should get you started in Objective-C.

    JSON

    I have also used JSON within iPhone Apps with great success. Again, relatively language and platform agnostic but much simpler than Google Buffers.

提交回复
热议问题