Why do we use <ejb-local-ref> under <session> ?
Is it mandatory to use this tag ?
Thanks.
-
why do we use <ejb-local-ref> (1 messages)
- Posted by: Richa Sharma
- Posted on: February 17 2005 18:10 EST
Threaded Messages (1)
- why do we use <ejb-local-ref> by Sanket Raut on February 21 2005 01:08 EST
-
why do we use <ejb-local-ref>[ Go to top ]
- Posted by: Sanket Raut
- Posted on: February 21 2005 01:08 EST
- in response to Richa Sharma
Hi
Its there if u wanna access another ejb component from the some ejb component thro their local interface rather than remote interface.
if u are calling another ejb component it is obviously necessary
Bye