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/123asa REST
> > 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.

Reply via email to