Spring and Guice together, or just Spring
I'm starting a new Java web app from scratch. I don't have much experience on Spring Framework, but I know I'd like to use some of its features, such as Transaccions Management. On the other hand, I really like Guice for dependency injection. I know that Guice and Spring can work together: http://www.jroller.com/mindcrime/entry/an_example_of_integrating_guice But before starting designing my application, I wanted to know if someone had experienced issues by following that approach. Also, what I really like from Guice is that you don't need an XML configuration file, but just java Modules,