Hi all,
I am new to
ejb and i found that in ejb we are looking up the home interface then calling create method
and using the remote interface we are calling the bussiness method of the bean.
my doubt is this how a call to the bussiness method by the remote interface will invoke the implemented bussiness method in the bean
Is it right that it can be achieved only by having the remote interface variable refering to the beans instance...