Re: Accessing bean using its Local interface
Posted By:
Bozidar_Dangubic
Posted On:
Sunday, November 11, 2001 11:28 AM
they do not have to be in the same ear but you must have in the deployment descriptor. so if you want bean1 to access bean2, you must use in deployment descriptor of bean1 to point to bean2. this is true not only for local interfaces but it is a good practice in j2ee1.2 environment as well.