Take a look at gwt-dispatch. There is a version where spring can be used on the backend. Creating RPCs with the *Service/*ServiceAsync is not considered a best practice.
Gwt-Dispatch http://code.google.com/p/gwt-dispatch/ Spring server side code (I believe) http://code.google.com/p/gwt-dispatch-spring-ext/downloads/list On Aug 31, 3:24 pm, George Georgovassilis <[email protected]> wrote: > Hi Sam, > > The SL [1] is a community maintained integration of Spring and GWT > mainly focused at exporting Spring managed beans as RPC services. It > was launched four years ago and has reached through many releases a > high degree of maturity. The documentation is extensive, it's easy to > use (though I'm biased) but it's been criticized for not using maven. > > [1]http://gwt-widget.sourceforge.net/ > > On Aug 31, 5:31 pm, Sam <[email protected]> wrote: > > > > > Note: this thread is about using Spring for your service impls in a > > GWT app (it's not about integrating Spring MVC or using ROO. It's also > > not about Guice) > > > There are a few posts on this but it's hard to tell what the best > > method is today. The two contenders seem to me to be: > > > 1)http://code.google.com/p/gwt-spring-starter-app/(myproject based > > on P.G. Taboada's > > approach:http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-relo...) > > > which is as simple as can be, however, the one annoyance is that you > > need yet another class for each RPC Service (A wrapper that extends a > > spring context injecting RemoteServiceServlet) > > > 2)http://code.google.com/p/gwtrpc-spring/ > > > Just glanced at this. Looks a lot more complicated and the project > > has a lot of unresolved issues. > > > Am I missing any approaches? Surely you other GWT devs are using > > Spring on the back end if you're writing serious applications. Don't > > be shy, please speak up. -- 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.
