Re: RPC application and isolated classpaths

2008-10-02 Thread Kieron Wilkinson
-rpc, where myapp-client and myapp-server both add myapp-rpc to their build path. Your launch profile for hosted mode would include all three projects. Does that all make sense? On Wed, Oct 1, 2008 at 4:33 AM, Kieron Wilkinson [EMAIL PROTECTED] wrote: Hi, I have tried to find other

RPC application and isolated classpaths

2008-10-01 Thread Kieron Wilkinson
Hi, I have tried to find other posts here and elsewhere with a similar problem to no avail. I am using Intelli-J IDEA and structuring my GWT application into 3 *Intelli-J* modules (being different to GWT modules), client, rpc and server. Client contains my widgets, rpc contains business objects