RESTful application on Google App Engine Java?

后端 未结 10 1893
轻奢々
轻奢々 2020-12-22 15:43

I would like to create a RESTful app on Google App Engine. I would like to provide XML and JSON services. I have briefly experimented with Restlet, Resteasy, and Jersey. I h

10条回答
  •  失恋的感觉
    2020-12-22 15:47

    Since these valiant older solutions were patched together, Google has apparently supplied an Eclipse plugin to create a starter project that produces an App Engine app, an Android APK, and a Web app, all talking to one another over an interface defined by a single set of annotated object declarations.

    Haven't tried this yet myself, but do have a look before trying any of the more heterogeneous examples described in the earlier messages above:

    https://developers.google.com/eclipse/docs/appengine_connected_android

    This Google video is also quite informative:

    http://www.youtube.com/watch?v=NU_wNR_UUn4

提交回复
热议问题