Is there a way to dynamically lookup EJB interfaces, comparable to CORBA's dynamic invocation interface (DII)?
Created May 4, 2012
Home interfaces are published in JNDI, so they can also be discovered.
In particular, the javax.ejb.EJBMetaData interface provides methods such as getHomeInterfaceClass() and getRemoteInterfaceClass()