如何将 Google Guice 与 struts(又名 struts 1)结合使用?

发布于 2024-10-07 04:28:52 字数 105 浏览 2 评论 0原文

这个问题与struts 2无关。

我没能找到一种解决方案来使用guice注入我的struts动作,而且似乎没有人谈论它。这是一个太愚蠢的问题还是根本不可能?

谢谢。

This problem is not related to struts 2.

I failed to find a solution to use guice inject my struts action, and seems no one talks about it. Is this too dumb a question or it is just impossible?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

疯到世界奔溃 2024-10-14 04:28:52

好吧,我带着这个:

@Override
public void setServlet(ActionServlet servlet) {
        super.setServlet(servlet);
        ServletContext context = servlet.getServletContext();
        Injector injector = (Injector)  context.getAttribute(MyGuiceServletContextListener.KEY);
            ......
}

Ok, I comes with this:

@Override
public void setServlet(ActionServlet servlet) {
        super.setServlet(servlet);
        ServletContext context = servlet.getServletContext();
        Injector injector = (Injector)  context.getAttribute(MyGuiceServletContextListener.KEY);
            ......
}
任谁 2024-10-14 04:28:52

要将 Google Guice 与 struts 1 结合使用,请参阅:https://code.google .com/p/google-guice-aop-struts1-integration/

试试这个。

To use Google Guice with struts 1 refer: https://code.google.com/p/google-guice-aop-struts1-integration/

Try this.

〃安静 2024-10-14 04:28:52

我不确定您想要实现什么,但可能是 这会有所帮助。

I am not sure what you are trying to achieve but may be this will help.

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