如何将 Google Guice 与 struts(又名 struts 1)结合使用?
这个问题与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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
好吧,我带着这个:
Ok, I comes with this:
要将 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.
我不确定您想要实现什么,但可能是 这会有所帮助。
I am not sure what you are trying to achieve but may be this will help.