Java Reference
In-Depth Information
Some of these bindings reflect the standard bindings as per Java EE specifications plus
JBoss custom bindings ( java:/jboss ). This information, as it is, is not relevant for us
but can be use to build our EJB client lookup string by replacing the Java EE (or JBoss-
specific prefix) with ejb:/ . For example, replace java:/global with ejb: , and you
will save yourself the headache of referring to the EJB lookup string.
Once we are done with decoding the JNDI binding string, we will code our EJB client. We
have already created a separate subproject for it ( ticket-agency-ejb-client ) at
the beginning of this chapter, but we must still complete its configuration before we dive
into coding.
Search WWH ::




Custom Search