Hi,
Tx for ur reply,which cleared my doubt
So as per to ur suggestion I am using Java Bean as a business delegate object which further uses service locator pattern to locate various JNDI services.
One more doubt came to my mind.I would be thankful if u plz clarify that one too.It is as follows.
In the Architecture which i mentioned in my first query (i.e JSP-->Java Bean--> Session Bean---> Entity Bean--> Data Base)
Session bean in the above architecture have been used for Session facade, whose main purpose is to minimize the network level calls as much as possible. But since JSP, Java Bean, Session Bean and Entity Bean will be lying on the same server (e.g Weblogic, JSP and Java Bean in Web Container and Session bean and Entity Bean in EJB Container part of Weblogic). So as all the components are lying on the same server not on the two different machines on the network, I am unable to understand the use of session bean in the above architecture. Do u think is there any other reason for the use of Session Bean in the above architecture. Plz clarify
Tx once again for ur reply
Jam