Hi, > I think that some people in this community are interested by a GWT/Sling > integration. There is an example in the Sling source but there are some > lacks in term of integration and RAD dev. My main goal is to provide a good > dev environment to build quickly gwt applications for Sling and to avoid > manual configuration. I don't want to build a bundle package to just test > my gwt application. During my dev phase, I want to run it from eclipse or > from a mvn command line.
Absolutely agreed. > I'm using the maven gwt plugin [2] and it works fine on my machine. You have > to setup the "noserver" mode in the pom.xml (see below a pom.xml sample > file). >......... > [2] http://gwt-maven.blogspot.com/ Just a point. AFAIK, GWT-Maven plugín has merged with this [1] Codehaus mojo. I think we should use this one instead. WDYT? [1] http://mojo.codehaus.org/gwt-maven-plugin/
