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??
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.
|
|
|
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. |
|||
|
|