Hello Since Sam Berlin asked for feedback, we are now able to use Guice 3 beta as our container in VRaptor: http://www.vraptor.com.br/en/
Here you can easily switch to Guice 3: http://vraptor.caelum.com.br/documentation/dependency-injection/ The performance has increased a lot when comparing to Spring 3, and it was quite easy to fit out needs, since now it is possible to constructor-inject programmatically and this is our default behavior. As soon as we have a final release, we are planning to make it the default container. We already use it for our projects. We would appreciate any thoughts on our implementation, specially the VRaptorAbstractModule class: https://github.com/caelum/vraptor/tree/master/vraptor-core/src/main/java/br/com/caelum/vraptor/ioc/guice thanks -- Paulo Silveira Caelum | Ensino e Inovação www.caelum.com.br -- You received this message because you are subscribed to the Google Groups "google-guice" 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-guice?hl=en.
