Re: Eclipse client server separation

2009-09-28 Thread kilaka
;.  Make sure the only Entry point module is the > GreetingClient (not the GreetingShared) > > This should let you run hosted mode, do a GWT compile, and/or deploy to > AppEngine from Eclipse. > > jason > > On Sat, Sep 26, 2009 at 7:56 PM, kilaka wrote: > > > Fin

Re: Eclipse client server separation

2009-09-26 Thread kilaka
roject? Perhaps keep configuration files in the deployment project? - etc. (more client-server separation) --Alik On Sep 23, 10:56 am, kilaka wrote: > Hi all, > > GWT enables. among other things, the use of the same classes inclient > andservercode.Clientcode is compiled to JavaS

Re: Eclipse client server separation

2009-09-26 Thread kilaka
e something. -Alik On Sep 23, 10:56 am, kilaka wrote: > Hi all, > > GWT enables. among other things, the use of the same classes inclient > andservercode.Clientcode is compiled to JavaScript andservercode to Java byte- > code. > > My problem is: > If a GWT applic

Re: Eclipse client server separation

2009-09-26 Thread kilaka
sh the projects (with the eclipse's project files) and it would be great if you could give me some feedback on it. I'll post another reply as soon as I have it done. If someone already knows of a simple "3 projects source layout" - please provide a link. -Alik On Sep 26, 6:4

Eclipse client server separation

2009-09-23 Thread kilaka
Hi all, GWT enables. among other things, the use of the same classes in client and server code. Client code is compiled to JavaScript and server code to Java byte- code. My problem is: If a GWT application is developed in one eclipse project - both client and server, client code can directly inv