Integrating GWT with Tomcat and Jersey

2011-11-05 Thread Monika Solanki
I have managed to successfully integrate a Jersey REST service with a GWT client and the application is running without any problems in the deployment mode. However when I deploy the application on Tomcat, the client is not able to find the jersey service, the path to which has been specified

Re: Integrating GWT with Tomcat and Jersey

2011-11-05 Thread Monika Solanki
Hello Brandon, The problem is that tomcat is trying to look for the file in a folder where there is no jar that holds the servlet classes. My project name is GWTWithJersey. The tomcat log shows me this error GET /GWTWithJersey/gwtwithjersey/rest/hello HTTP/1.1 404 1069 The jar files from the

Confusion about the google map API for gwt

2011-11-21 Thread Monika Solanki
Hello, I am confused about the deprecated status of the google map API for gwt available at http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted Should I continue to use it? Please could someone let me know. Thanks -- You received this message because you are subscribed to the

REST style URis with GWT

2012-02-17 Thread Monika Solanki
Hello, When I make a GWT app, the URL is usually associated with an HTML page. However I would like to expose a more restful URI style for my web app. Instead of http://www.xyz.com/myapp/TestApp.html I would like http://www.xyz.com/myapp/testapp. I would like to know if there is a way to