posted 23 years ago
In the session bean create an object of home interface of the entity bean finding it thru jndi and call the create method of the home interface as follows :
If the Home interface is defined as 'MyHome' and 'MyRemote' as remote interface, then in the session bean :
This create the object of remote interface. Now you can call methods of the entity bean.
HTH