Hi Everyone,
Christine, I don't know if the another e-mail have clarified your doubts, but I would like to say that
you can think in J2EE only as specification for Web Applications using Java, JSP and Servlets. To understand the
Servlet you need a Servlet Container. In that case we are using Tomcat. Also, is included in the J2EE
specification the use of EJB, but we don't have distribuition aspects in our project. We have only transactions
between Web pages and DataBase.
What use to be a good practice in that case, is let our template ready in case we need use EJB, but this is not mandatory.
Thank you, appreciate any comments,
Renato.