Well,

In order to determine what is good performance you need understand how much 
time it takes to get to the class through the EJB. I would like to know:

1. How are you invoking the bean via a web service or using RMI?
2. What happens if you run the test case via the EJB several times versus just 
once?
3. What is the number of EJB's that are instantiated prior to calling JBoss?

My 2cents says if you have simple business logic in your class regardless of 
who's container you use JBoss, WebLogic, WebSphere the class will always run 
much faster because you are not going through all those layers in a container 
to get to the class.

Hope that helps.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955711#3955711

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955711

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to