Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a project where we are using Guice for DI on the backend layers, and Spring MVC for UI. Now I am looking to do dependency injection of Backend objects initialized with Guice into my Controllers, using Spring. Am thinking of exposing the backend objects through services, but is there an easier way? Some frameworks for doing something like this maybe??

share|improve this question

1 Answer

Is this, guice-with-a-spring-twist, what you are trying to achieve?

Another possibility is the Guice based MVC library Lime MVC, but it may not be production ready.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.