Hello, P.G., Thank you for the post. I like the way you use Spring auto-injecting with GWT RPC, am going to give it a try. On my website, http://minetats.com , I have another example on how one could use GWT and Spring together - a menu-driven web application. I use commands on both client and server sides. On the server, I use ServiceLocatorFactoryBean as well as Spring Security (with a GWT-driven login page). Please take a look if interested.
Thanks, Alec Missine On Aug 11, 5:04 am, "P.G.Taboada" <[email protected]> wrote: > Hi, > > I have seen a lot of (quite complicated)SpringandGWTintegration > approaches, and I wonder why noone is using the autowiring bean bean > factory to simple auto-inject the required beans into theGWTRPC > services. > > http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-relo... > > I have been using this approach for a while. It is easy to setup and > works perfectly. > > Would appreciate any comments. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
