Business delegate pattern: Difference between revisions

Content deleted Content added
Sample code: indention
Components: MOS:HEAD
Line 11:
Control and protection are provided through business delegate which can have two types of constructures, without ID and with ID, where ID is a string version of the reference to a remote object such as EJBHome or EJBObject.<ref name=":o_cjp"/>
 
====Lookup Serviceservice====
Business service is located by lookup service which is used by the business delegate. The implementation details of business service lookup is encapsulated by lookup service.<ref name=":o_cjp"/>
 
====Business ServiceSsrvice====
This a business-tier component, such as an enterprise bean or a JMS component, which provides the required service to the client.<ref name=":o_cjp"/>