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.
|