Spring 依赖注入指南
我有一个项目,我们在后端层使用 Guice 进行 DI,并在 UI 上使用 Spring MVC。现在我希望使用 Spring 将使用 Guice 初始化的后端对象依赖注入到我的控制器中。我正在考虑通过服务公开后端对象,但是有更简单的方法吗?也许有一些框架可以做这样的事情?
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??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是guice-with-a-spring-twist,什么你正在努力实现什么目标?
另一种可能性是基于 Guice 的 MVC 库 Lime MVC,但它可能尚未准备好投入生产。
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.