  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Business Delegate | Business Delegate 2004-04-16 - By Sullivan, Sean C - MWT
Back Crawford's book, J2EE Design Patterns, has an excellent discussion about Business Delegates
http://www.oreilly.com/catalog/j2eedp/
-Sean
> -- --Original Message-- -- > Sent: Friday, April 16, 2004 12:00 PM > To: J2EEPATTERNS-INTEREST@(protected) > > I am projecting my application with the structure below: > > web tier => business Delegate(BD) => ServiceLocator(SL) => Session > Facade(SF) => EJBs > > The web tier use the BD to call business methos. > The BD use the SL to get a SF > The BD use the SF to call business methods > SF is a Session Bean and use Entity Beans and others Session Beans to do > its > work. > > Is this strutcture a good practice ? > > Does Somebody have another suggestion ? > > Thanks > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ > MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com > > ===================================================================> Companion Site: http://www.corej2eepatterns.com > J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns > List Archive: http://archives.java.sun.com/archives/j2eepatterns- > interest.html > Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to > listserv@(protected)
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |