我应该选择 JBoss 还是 GlassFish 哪个服务器
我的项目我将使用以下技术。 JSF 2.0、Hibernate、Spring、jBPM、JAX-WS,所以我在选择服务器之间感到困惑,并且我在 JBoss 和 GlassFish 之间徘徊,请建议我为什么应该使用该服务器。我将使用 Netbeans 6.8
I am project I will be using following tech. JSF 2.0, Hibernate, Spring, jBPM, JAX-WS so I am confused between chosing server and I am locked between JBoss and GlassFish please suggest me why I should use the one. I will be using Netbeans 6.8
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从开发角度来看:
如果您使用 NetBeans,那么我认为最容易集成的将是 GlassFish,因为它们都来自 Sun,您将获得最好的结果- 盒子体验。 Sun 的 Java EE 教程虽然不是强制性的,但也强调了 NetBeans 与 GlassFish 的使用。
尽管如此,如果您碰巧使用 JBoss,将其集成到 NetBeans 上并不困难。
From a Development Perspective:
If you are using NetBeans then I think the easiest to integrate with will be GlassFish, simply because they come both from Sun and you will get the best out-of-the-box experience. While not mandatory, the Java EE Tutorial from Sun also emphasizes the use of NetBeans with GlassFish.
Nonetheless if you happen to use JBoss, it won't be difficult to integrate it on NetBeans.
从部署和长期维护的角度来看:
请参阅我对类似问题的回答。
From a Deployment and Long-term Maintenance Perspective:
See my answer to a similar question here.