On Tuesday, December 21, 2010 9:51:38 AM UTC+1, coelho wrote: > > Hello > > What seems to me great in GWT is that it's easy to build > client code and server code that can communicate through GWT-RPC. > > What 's great too is that you can write modules > and your webapp can use those modules. > > Then why is it so complicated ( is it possible ? ) to have a module with > GWT-RPC code > ( implementation and interfaces ) > that could be used in a webapp >
And by "so complicated" you mean adding half a dozen lines to your web.xml file, right? > I tried many things in eclipse > I tried many things with maven > ( gwt-maven-plugin : goal mergewebxml ) fails when web.xml refers to > external module > > still no success ! > Have a look at the cargo maven plugin (I haven't tried it though) I wondered if there is such a project already done > > Is there somewhere a jar , ready made , with GWT-RPC included that I could > use as a reference ? > > or is hopeless ? > I believe that's what web-fragments in Servlets 3.0 are meant to solve: http://java.sun.com/developer/technicalArticles/JavaEE/JavaEE6Overview_Part2.html#webfrags -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
