Tuesday, August 31, 2010

GWT Spring integration - what is the best method in late 2010?

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/ (my project based
on P.G. Taboada's approach:
http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/)

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment