On Oct 10, 6:17 am, Karel Zabloudil <karel.zablou...@gmail.com> wrote: > Hi, > > is it possible to call GWT service from a native Java application ?
It's better not to try. After all, now your native application has to include all the GWT jars and initialization processes. Instead, take all the business- related code out of your RemoteServiceServlet and put it into a plain Java class. Now, your RemoteServiceServlet and your Java application both call the same code. In fact, split your projects to cut down on your dependencies. People have been writing here about having client, server, and shared projects; do the same sort of thing here. Respectfully, Eric Jablow --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---