-----Original Message-----
From: shashank [mailto:shashank@DDSL.NET]
Sent: Thursday, July 31, 2003 20:36
To: J2EEPATTERNS-INTEREST@JAVA.SUN.COM
Subject: Re: Pattern BusinessDeligationHi Madhu,Business Delegates will contain the business logic, and you will require it to make one morelevel of indirection in total framework. In some of the cases, your EJBs will be emplty beansjust receiving the services from container. In such cases also your business logic will be inBD components. When your remote interface access the bean, bean will take the logic from BD.With this scenario, BD should be accessible to bean. To facilitate this you need to put BDin jar file only.About war file and home and remote interface relations, I think you yourself have no doubt.RegardsShashank HiwarkarDishnetDSL, Pune
5890802/03 extn 234==================================================================== Community Web Site (Core J2EE Patterns Catalog - Online Version): http://java.sun.com/blueprints/corej2eepatterns Getting Started (Beta Version): http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/ Get the book: http://www.amazon.com/exec/obidos/ASIN/0130648841/corej2eepatte-20 List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com----- Original Message -----From: Madhu VSent: Thursday, July 31, 2003 4:39 PMSubject: Pattern BusinessDeligationHi All,When implementing business deligation in J2EE Application where my jar of Enterprise JavaBeans (EJB's) will be deployed in one system and my war file will be deployed in other system, where exactly i put my businessdelegate classes?. Am i right if i put those classes in .war file?Can anybody clarify my QuestionThanks in AdvanceMadhu V==================================================================== Community Web Site (Core J2EE Patterns Catalog - Online Version): http://java.sun.com/blueprints/corej2eepatterns Getting Started (Beta Version): http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/ Get the book: http://www.amazon.com/exec/obidos/ASIN/0130648841/corej2eepatte-20 List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com
WARNING: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you.
==================================================================== Community Web Site (Core J2EE Patterns Catalog - Online Version): http://java.sun.com/blueprints/corej2eepatterns Getting Started (Beta Version): http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/ Get the book: http://www.amazon.com/exec/obidos/ASIN/0130648841/corej2eepatte-20 List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@java.sun.com