I found the Java Pet Store sample application and the "Sun BluePrints
Design Guidelines for the Java 2 SDK, Enterprise Edition, Draft Release"
document (specifically chapter 10 that deals with the sample app) useful
for clarifying these sort of architectural issues.
You can download both at:
<http://developer.java.sun.com/developer/earlyAccess/j2sdkee/download-docs.html>
You have to be a JDC member - but its free and open to all.
Damian
Babar Bhutta wrote:
>
> 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
===========================================================================
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