Hello,
I have just started studying EJB. There is this term narrowing in JNDI chapter which I'm frankly stuck at. Could anyone please explain in simple term what exactly it does. And also explain in parts this snippet:
javax.rmi.PortableRemoteObject.narrow(obj, SignOnHome.class);
Thanks in advance.