Re: Expose URL as REST service how?

2010-08-16 Thread Harald Pehl
Hi, the Restlet guys have written a little tutorial which might be helpful: http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html - Harald On 13 Aug., 20:05, Thamizharasu S zaru...@gmail.com wrote: Hi, Thanks for the quick answer. I want to deply my GWT app in

Re: Expose URL as REST service how?

2010-08-16 Thread lineman78
Restlet seems to be the one supporting GAE best right now. Jersey may be working now, but I know they were running to security issues for a while. On Aug 16, 2:38 am, Harald Pehl harald.p...@googlemail.com wrote: Hi, the Restlet guys have written a little tutorial which might be

Expose URL as REST service how?

2010-08-13 Thread Thamizharasu S
Hi All, I am evaluating GWT for my new project which is going to be started shortly. I have a requirement with REST support. For example, I have a list of users. If I click on any one the user, the details of the user will be shown in a different view. I need to expose this URL,

Re: Expose URL as REST service how?

2010-08-13 Thread lineman78
REST is provided by most app servers in the form of a reference implementation of JSR-311. Glassfish uses Jersey, JBoss RESTEasy. Most app servers bundle support in one way or another now. Some GWT people have found RESTlet easy to use also. The Jersey users manual is very in-depth and ought to

Re: Expose URL as REST service how?

2010-08-13 Thread Thamizharasu S
Hi, Thanks for the quick answer. I want to deply my GWT app in GAE. is there any document for reference or could you help me on this to achieve? - Thamizharasu S On Aug 13, 10:51 pm, lineman78 linema...@gmail.com wrote: REST is provided by most app servers in the form of a reference