vote up 0 vote down star
1

I'm creating a web app that runs on Google App Engine. I'm also developing a desktop client that needs to access/update data on the webapp.

I would like to create a web sevice api between the server and the client. What would be my best options?

According to GAE the do not support RMI og JAX out of the box.

flag

80% accept rate

1 Answer

vote up 1 vote down

I hate to answer my own question but Restlet is working on a GAE version. The current development version seems to work well.

http://wiki.restlet.org/docs_1.2/13-restlet/252-restlet.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.