Sharing GWT classes between two projects with a Maven build

2009-03-19 Thread Domenec
Hello, my setup is: Application #1 is a GWT app. There is RPC, so the interfaces and associated POJO's that define the RPC call are within the client package, so that they can be translated into JavaScript. On the server side of app#1 there is a call to web services. Those web services are

Re: Sharing GWT classes between two projects with a Maven build

2009-03-19 Thread Vitali Lovich
AFAIK, it's possible to add the stuff using super-source/ in your gwt.xml (just google super-source gwt). http://roberthanson.blogspot.com/2006/05/how-to-package-gwt-components.html There's some discussion in the comments there I believe regarding the same thing you're trying to do. On Thu, Mar