RESTful application on Google App Engine Java?

后端 未结 10 1897
轻奢々
轻奢々 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:50

    I recently put together a project template with Jersey, Guice and AppEngine at GitHub. It has been developed with SimpleDS, but it can be modified to work with Objectify / JDO easily. The project is live here.

    It should be a good starting point for new projects.

提交回复
热议问题