Re: Testing basic app with RPC on web

2010-07-14 Thread Sean
The one thing I've found useful is to make sure normal Servlets work first. You can get some test ones from TomCat's download I believe. I say this because I found out with my specific web provider that in order for a servlet to work it had to have servlet in the path name. So I couldn't set an RP

Testing basic app with RPC on web

2010-07-13 Thread Iain Bennett
Hi Everyone, I'm relatively new to GWT development and Java development so please bear with me. It's been years since I've worked with RPC. I created a proof of concept test app at the following URL - in short testing a date picker and testing the RPC communications as per the basic test project