2.4: Is gwt-servlet still necessary when using RF instead of RPC?

2011-09-09 Thread Alexander Orlov
On Fri, Sep 9, 2011 at 10:50 AM, Thomas Broyer t.bro...@gmail.com wrote: Make sure you have gwt-servlet.jar (and check the version) or requestfactory-server.jar in your WEB-INF/lib. Ah, thx! I've added requestfactory-server and thought it would make gwt-servlet obsolete. So I've removed

Re: 2.4: Is gwt-servlet still necessary when using RF instead of RPC?

2011-09-09 Thread David Chandler
Hi Alexander, If using RF only, you no longer need gwt-servlet, just requestfactory-server, which is now available in Maven Central. The POM for requestfactory-server also declares the javax.validation and json dependencies so you no longer need them explicitly in your project POM; however, you

Re: 2.4: Is gwt-servlet still necessary when using RF instead of RPC?

2011-09-09 Thread Alexander Orlov
Thx a lot for uploading the JARs to Maven Central! Unfortunately I've got your message just now. In the meantime I came to the same result which background you've described. The absolute minium to get RF + GWT working is: dependency groupIdcom.google.gwt/groupId