在 Servlet 中注入 CDI 会话 Bean
我正在我的项目中注入 (@Inject) CDI Beans 范围请求和 servlet 中的会话。问题是,对于会话 bean CDI,我没有得到保留的状态。我尝试从 servlet 修改 bean 的状态,但是当我尝试从页面恢复时,就好像 servlet 无法更改状态一样。 有人可以帮助我吗?
I'm getting in my project inject (@ Inject) CDI Beans scopes Request and Session in a servlet. The problem is that for session beans CDI I'm not getting that states remain. I try to modify the state of the bean from my servlet but when I try to recover from a page is as if the servlet had failed to change state.
Someone could help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
信息如此之少很难为您提供帮助。可以贴一下代码和配置吗?
关于 CDI 和 Servlet,您还应该看看 Seam Servlet 模块,它可以帮助您以不同的方式满足旅游需求
Hard to help you with so few information. Could you post code and configuration ?
Regarding CDI and Servlet, you also should have a look to Seam Servlet module, it could help you to achieve tour needs differently