Thanks for your answer Jason. I was previously using cypal studio because it makes it easy for you to deploy your compiled code (HTML & CSS) and java clases (Servlets) to a local server in the traditional Eclipse way. (Run As > Run on Server).
I've put almost all of my GWT client and server code inside a JAR, and my team use this jar to build products using this jar as their core. The team members simply make extensions to server classes, they are not involved in changes to the UI (GWT) code. The team uses WEB MODE only, because of performance reasons. My original question was, how could I deploy the war directory to a server inside eclipse? Thank you very much for your attention. joe On 17 ago, 11:09, Jason Parekh <[email protected]> wrote: > Hi jmpeace, > Could you explain your use case a bit more (so in the future, we can better > support it.) > > My understanding is you'd like to do infrequent GWT compiles and package > this into a WAR and run it on a server. Is the server GWT's jetty instance > or your own app server? > > You may be able to use Keith's instructions > fromhttp://groups.google.com/group/Google-Web-Toolkit/msg/9ce13140f71e2100if > you want to run this on your own app server. > > Thanks, > jason > > > > On Fri, Aug 14, 2009 at 4:14 PM, jmpeace <[email protected]> wrote: > > > I've been using Cypal Studio so far, as it provides this > > functionality. Is there a way to do that with the new plug in? How > > could I launch the project in web mode without compiling every time? > > > I have this situation since the client side of my app is almost > > finished and I don't really need to transcode it very often. > > > Any suggestion would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
