business-delegate

General Question on Large J2EE web application, clearly separate application by modules. Possible use of business delegate pattern

Before I ask my "general" question, I wanted to present some quotes to my high-level general understanding of the business delegate pattern: "You want to hide clients from the complexity of remote communication with business service components." "You want to access the business-tier components from your presentation-tier components and...

Java Design Pattern - Business Delegate

Hi I've got some questions regarding Java design patterns. I want to know what the lookup service and the business service in the business delegate pattern are exactly used for. I appreciate as much details and information as possible. thanks in advance! with best regards, Emi ...