Hello everyone,
I'm new here so be kind with my "noob" nonsenses... :P and congratulations for
the project
I'm trying to write a prototype using a multiproject maven project following
your instructions, so what I'd like to get is a WAR with server j2ee code
(using your jee restlet edition) and IN THE SAME WAR serve the compiled GWT
code (compiled using gwt restlet edition)
So my project layout would be:
* root pom
* <jar> with the model shared among server and gwt client (and maybe
android in the future)
* <jar> with gwt code
* <war> with server code with rest services
My problem:
compile gwt jar requires the gwt-edition jars and compile server code requires
the jee-edition jars... and as far as I looked up gwt-maven-plugin wants to
compile gwt code IN THE WAR file
is there any way to generate gwt output in the jar and append it as static
resources in war file so there is no "multiple edition problem"?
And to finish my apologizes for this mess!
THX
Juan Arias
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2709498