Spring 依赖注入指南

发布于 2024-12-10 05:31:50 字数 144 浏览 0 评论 0原文

我有一个项目,我们在后端层使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小嗷兮 2024-12-17 05:31:50

这是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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文