CDI/焊接网络应用程序的有用环境

发布于 2024-09-26 11:02:12 字数 246 浏览 8 评论 0原文

我是焊接新手,考虑什么环境对于使用 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 技术交流群。

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

发布评论

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

评论(1

信仰 2024-10-03 11:02:12

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)

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