CDI/焊接网络应用程序的有用环境
我是焊接新手,考虑什么环境对于使用 CDI(焊接)的 Web 应用程序有用。我想使用 JSF 或 Wicket 进行演示,使用 JPA/Hibernate 作为持久层(包括事务管理)。最明显的场景是使用带有 EJB3 的 JBoss 或 Glassfish 应用服务器,但是是否没有机会以合理的方式使用 tomcat 或其他“轻量级”servlet 容器? 或者尝试在没有 EJB/Seam 的情况下开发 CDI-web 应用程序是荒谬的吗?
我对一些用户体验感兴趣!
I am new to weld and consider what environment is useful for a web-application using CDI (Weld). I want to use JSF or Wicket for presentation and JPA/Hibernate for my persistence layer (including Transaction-Management). The obvious scenario is to use a JBoss or Glassfish application server with EJB3 surrounding, but is there not a chance to use tomcat or other “lightweight” servlet-containers in a sensible way?
Or is it absurd to try to develop a CDI-webapplication without surround of EJB/Seam?
I am interested in some user-experience!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Weld 有不可移植的扩展 Servlet 支持。
在这里您可以找到如何设置环境以使 CDI 在 tomcat 上运行。
(作为旁注,我会分享我的失望,因为 CDI 实际上并未被指定,以便它可以在任何环境中运行。因此(正如您在上页中看到的)许多不可移植的扩展开始出现,这正是 JBoss 的人指责 spring 的原因)
There is the unportable extension Servlet support for Weld.
Here you can find how to setup the environment in order to have CDI working on tomcat.
(As a sidenote, I'd share my disappointment that CDI hasn't actually been specified so that it can run in any environment. So (as you can see on the above page) many unportable extensions start to appear, and that's exactly what the JBoss guys are accusing spring of)