Hi Everybody,
I am trying to create an architecture for our next application using
EJBs, Servlets and JSPs. The architecture is like JSP Mode 2 but I added an
extra class ( controller class ) between EJBs and Servlets. So Servlets
will call that class and that class is responsible to call EJBs and have all
kinds of business logic there. Thus the whole circle works like this:
JSP/HTML calls the Servlet and Servlets calls a particular method of a
controller class and controller class calls the ejb and after getting the
data, control goes back to Servlet which calls a JSP. I was curious if this
architecture can have any problem when our application grows and gets
bigger.
I will be grateful if somebody can give their ideas / or examples regarding
this architecture.
Thanks.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets