Re: RPC application and isolated classpaths

2008-10-02 Thread Kieron Wilkinson
Ah, great. Thanks for that, yes that does all make sense. So ultimately, its just a development-time dependency. Good to know! On Oct 1, 1:56 pm, Isaac Truett [EMAIL PROTECTED] wrote: servlet tags provide request mapping information for hosted mode's embedded Tomcat server. If you don't use

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

Re: RPC application and isolated classpaths

2008-10-01 Thread gregor
It's basically the same in Intellij. But really your RPC servlets are part and parcel of your GWT web application, so why isolate them from it? Why not locate them in your GWT modules /server directory since that's what it's for? regards gregor On Oct 1, 1:56 pm, Isaac Truett [EMAIL PROTECTED]