hi yesterday i went to one interview;the interviewer asked me one question;(ie) one jsp client is there;he gets bean instance from a pool of bean instanes from container(entity bean);say another jsp(2nd jsp page) is there, he wants same bean instance from the first jsp page without touching container again;i said u can do it using JNDI reference;but the interviewer told me u can do that using handle;Is that possible using Handle; bye chaitu
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
posted
0
Hi, Yes doing this using handle you don�t loose the time to lookup the reference in the jndi tree, there�s a pattern called ServiceLocator that adresses exactly this task, you can use a code like this: