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 <[email protected]> wrote: > 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/30... > > - Harald > > On 13 Aug., 20:05, Thamizharasu S <[email protected]> wrote: > > > 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 <[email protected]> wrote: > > > > 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 get you going, but the deployment > > > descriptor will change depending on implementation. > > > >https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html > > > > On Aug 13, 11:38 am, Thamizharasu S <[email protected]> wrote: > > > > > 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,http://sample.com/user/123asaREST > > > > service. > > > > > If anyone try to access this URL directly, the particular user details > > > > should be shown. > > > > > I don't know how to achieve this using GWT. I am using RPC service to > > > > fetch the details of the user from the server. > > > > > Can any one help me on this? > > > > > - Thamizharasu S -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
