JPA tomcat or AS
843830Mar 28 2007 — edited Aug 3 2007Hello,
I am building a small web application. I am trying to findout information
on what is the difference between. EJB 3.0 persistence in the application server and the one that is implemented in AS.
For example JBOSS and Tomcat. I noticed that JBOSS initialize the ejbs on the server start, rather than tomcat which initialize them on the Factory call.
Can you tell me what is the difference is it better to use JBOSS or tomcat,