我应该使用 Glassfish 作为企业中的开源应用程序服务器来与 Spring 一起使用还是考虑其他选项?

发布于 2024-12-01 08:16:33 字数 136 浏览 2 评论 0原文

使用 Java 6 和 Spring 3.1 时,开源企业级应用服务器的最佳选择是什么? Glassfish 还是 JBOSS?寻求企业所需的良好支持,例如在线文档、功能、易用性和设置、良好的性能、安全性、可扩展性、高可用性功能等。企业是大型商业或政府客户。

What is the best choice for an open source Enterprise-level application server when using Java 6 and Spring 3.1? Glassfish or JBOSS? Looking for good support e.g. online documentation, features, ease of use and set up, good performance, security, scalability, high availability features etc. that an enterprise would require. Enterprise being a large commercial or government client.

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

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

发布评论

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

评论(1

蛮可爱 2024-12-08 08:16:33

您使用 EJB 吗?如果没有,我会推荐码头。 jetty 是一个非常轻量级的容器,用于执行您想做的大部分探索/测试一个项目。 jetty 提供的另一个优点是它仅配置了默认启用/配置的最基本功能。

你使用Maven吗?如果是这样,我还会推荐 jetty-maven-plugin。过去,我取得了一些成功< /a> 使用 jetty-maven-plugin 对之前的项目进行本地测试。

Are you using EJBs? If not, I would recommend jetty. jetty is a very light-weight container for doing most of the exploration/testing you would want to do in a project. Another plus that jetty delivers is that it is configured with only the most basic features enabled/configured by default.

Are you using Maven? If so, I would also recommend jetty-maven-plugin. In the past, I've had some success with using the jetty-maven-plugin for local testing on a previous project.

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