the following types of handle can be got from the EJBObject. Can someone provide the usage of these two Handles. Handle getHandle() HomeHandle getEJBHome().getHomeHandle() Thank you
Getting and storing the hanlde(by serialization) will ensure that you get the reference of the EJBObject even after the client session ends. You are there saved the labour of having to look up and get the EBJHome and EjbObject references if you have saved the handle for the respective object.