/binding.ejb/@uri – optional attribute that specifies the URI of a session bean endpoint.
For EJB 2.x, this is the endpoint of the session home. For interoperability the form of the URI
is defined by CORBA in the CORBA Services specification [2], and is a standard URI form for
referring to remotable CORBA objects. Briefly, the corbaname URI format looks like this:
corbaname:iiop:<hostName>:<port>/<key string>#<path to home>
Typically, a corbaname URI doesn’t include all these components. The following example
shows a corbaname URI that uses the default ORB configuration to find an EJB home at
ejb/MyHome in the JNDI directory:
corbaname:rir:#ejb/MyHome
Other forms of URI specification are admissible when interoperability is of no concern.