there's a http packet (client-side) when u can create http-request ( i think RequestBuilder ) to your server, u can then get/post...& handle response from client side.
On Thu, May 12, 2011 at 5:45 AM, Hugues Aubuchon <haubuc...@gmail.com>wrote: > I have a gwt client app that need to call a servlet to get the data. > > The call to the servlet need to be inside the same server because of > browsers security feature. > > I can figure out how to do it in production mode, but I want to do it > also in development mode to avoid compiling the app for every change I > make. > > With the Eclipse designer, when you run the application, it start an > embedded Jetty server, that defaults to http://localhost:8888/myapp.html. > > In my app I want to make call to my servlet, but the servlet would > need to run under the same domain (for example, > http://localhost:8888/servlet/myServlet). > > Is there a way to deploy my servlet under this embedded Jetty server ? > If no, is there another way to do this ? > > Thanks ! > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.