Re: GWT application that can run on the server and client?

2009-11-26 Thread Saeed Zarinfam
Hi This is possible. You can do it with a SWT Browser widget and a embedded web server (tomcat or jetty) and war folder of your GWT application. On Nov 18, 1:26 am, Ezra wrote: > Hi GWT community, > > Is it possible to have a gwt application run on the server and the > client?  Basically, can a G

Re: GWT application that can run on the server and client?

2009-11-19 Thread Ezra
Thanks for the info. It'll be useful as I develop my app. Ezra On Nov 17, 6:22 pm, Chris Ramsdale wrote: > Since both the client and server portions of GWT apps are written in Java > there's no reason why you couldn't run the client portion of your app on the > server. That said, there are a cou

Re: GWT application that can run on the server and client?

2009-11-17 Thread Chris Ramsdale
Since both the client and server portions of GWT apps are written in Java there's no reason why you couldn't run the client portion of your app on the server. That said, there are a couple of items you should keep in mind: 1. Code that will be executed on the server side has the ability to utilize

GWT application that can run on the server and client?

2009-11-17 Thread Ezra
Hi GWT community, Is it possible to have a gwt application run on the server and the client? Basically, can a GWT app that was written for the client be ported to run on a server? The benefit of using GWT would be that it is written in Java (which can run on a server) and it can be compiled into