Hello Guys,
I have a web app calling my ejbs in tomcat-Jboss bundle. My questions concerning this�set-up� are:
- Assuming that these EJBs are only accessed by this web-app. Is there a benefit to package both of the
EJB jar file and the web application WAR file into an EAR file?
- Does
JBoss optimize the calls, and there is no need to state that the EJBs are local and not remote, or one should explicitly make the local interfaces and use them?
- Do you guys have any performance comparison of calling POJOs from
Tomcat Vs. calling EJBs from the tomcat �Jboss bundle?
- Could you please give your reasons for choosing to have EJBs instead of simple
Java Objects? And why did you chose to have Tomcat-JBoss bundle instead of having standalone Tomcat and JBoss?
Any help /experience you had will be appreciated,
Thanks a lot.