GWT RPC is *NOT* the only way to talk to your web server. See: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideServerCalls for more details.
Although I imagine that you can setup hosted mode's embedded Tomcat instance (assuming that you're using GWT 1.5) to do whatever you want, you also can run hosted mode with --noserver, in which case hosted mode will communicate with any web server that you specify. Tony -- Tony Strauss Designing Patterns, LLC http://www.designingpatterns.com http://blogs.designingpatterns.com On Apr 3, 4:26 am, Rohit Vadera <[email protected]> wrote: > Any ideas guys? > > On Apr 2, 7:32 pm, Pints <[email protected]> wrote: > > > Hi, > > > Does anyone has any idea that how can we define a servlet in GWT which > > can behave as a Listeners of servlets. > > > Do i have to do a complete RPC to call any normal servlet also.? I > > believe yes as to talk to server RPC is the only way. Please confirm. > > > Any ideas would be appreciated. My idea was to write a servlet which > > is definitely going to be the Listener in deployment mode but how to > > make it work in hosted mode? > > > cheers > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
