由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Jetty, Tomcat, JBoss comparison
相关主题
.Net developer doing JavaJetty Web Server/Servlet Engine
j2ee启动时, 启动了tomcat吗?what kind of machine should I buy
Tomcat andJbosspuzzles about load balancing and failover of JBoss cluster
Java EE vs. Core Java, 该选哪个呢?JBoss 4.2.x Sucks!!!
怎么快速掌握J2EE?请推荐一本J2EE的书
用惯了glassfish,突然要我用tomcat,真实不习惯。第一份工作,C#还是Java区别大吗?
Tomcat和什么一起作Application Server?JBOSS
web server和application server 有什么区别?j2ee web 方向的职业规划
相关话题的讨论汇总
话题: jboss话题: tomcat话题: jetty话题: comparison话题: ejb
进入Java版参与讨论
1 (共1页)
b******y
发帖数: 9224
1
I've used Jetty, Tomcat and Jboss.
Out of the three web app servers, I find that Jetty is the best because it
is fast and small footprint.
Tomcat is catching up and also pretty good.
JBoss is big/huge. In fact, Jboss uses tomcat/Jetty internally. I feel like
Jboss usage is in a downward trend. Any comments welcome.
A**o
发帖数: 1550
2
tomcat is not a complete j2ee container yet.
when you need the traditional ejb etc, you have to use jboss or other
application servers. what else can you do?

like

【在 b******y 的大作中提到】
: I've used Jetty, Tomcat and Jboss.
: Out of the three web app servers, I find that Jetty is the best because it
: is fast and small footprint.
: Tomcat is catching up and also pretty good.
: JBoss is big/huge. In fact, Jboss uses tomcat/Jetty internally. I feel like
: Jboss usage is in a downward trend. Any comments welcome.

t*******e
发帖数: 684
3

Well said. In addition, some people use JBoss SEAM instead of Spring as
their application framework.

【在 A**o 的大作中提到】
: tomcat is not a complete j2ee container yet.
: when you need the traditional ejb etc, you have to use jboss or other
: application servers. what else can you do?
:
: like

S*********t
发帖数: 78
4
没错,tomcat 和 jboss 类型还是不一样的,不能一起来比较。
jboss 和 apache 的 geronimo 可以比较比较。

【在 t*******e 的大作中提到】
:
: Well said. In addition, some people use JBoss SEAM instead of Spring as
: their application framework.

b******y
发帖数: 9224
5
In our application, we haven't really used any EJB, so, that's why I am
thinking jboss is not that efficient compared to either tomcat or jetty.
m******o
发帖数: 774
6
A lot needs to happen to support EJB specification.

【在 b******y 的大作中提到】
: In our application, we haven't really used any EJB, so, that's why I am
: thinking jboss is not that efficient compared to either tomcat or jetty.

1 (共1页)
进入Java版参与讨论
相关主题
j2ee web 方向的职业规划怎么快速掌握J2EE?
java所有工具里面,就数spring最简单了用惯了glassfish,突然要我用tomcat,真实不习惯。
JBoss 一问Tomcat和什么一起作Application Server?
A nice EJB server(recommend)web server和application server 有什么区别?
.Net developer doing JavaJetty Web Server/Servlet Engine
j2ee启动时, 启动了tomcat吗?what kind of machine should I buy
Tomcat andJbosspuzzles about load balancing and failover of JBoss cluster
Java EE vs. Core Java, 该选哪个呢?JBoss 4.2.x Sucks!!!
相关话题的讨论汇总
话题: jboss话题: tomcat话题: jetty话题: comparison话题: ejb