Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to create a restful web service using restlet running on Google AppEngine using Eclipse as the java editor. Some hours of googling, reading message, etc. and I'm nowhere further forward in configuring this. The articles have to be there but finding them is hard.

Would anyone have a simple (exactly what to do, what files to copy, etc.) tutorial for setting this up?

Thanks

share|improve this question

2 Answers

Well you can go through this tutorial Reslet With GAE.

Here is also one more example Another Example.

Its very simple thing, just put the necessary jars on the build path ie under WEB-INF/lib, and start your application.

share|improve this answer
Due to a temporary hardware failure, you can follow this link if the one above doesn't autoredirect you: web.archive.org/web/http://wiki.restlet.org/docs_2.2/13-restlet/… – Jerome Louvel Jan 16 at 11:07

On a side note, Google's own implementation of REST is called App Engine Endpoints: http://endpoints-trusted-tester.appspot.com/ It's still in beta, but it's easy to get access.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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