ejb-ref-name

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <ejb-ref-name>

 
< BACKCONTINUE >
<ejb-ref-name>

Synopsis

<!ELEMENT ejb-ref-name (#PCDATA)>

Description

The <ejb-ref-name> element contains the name of an EJB reference. This is the JNDI name that the servlet code uses to get a reference to the enterprise bean.

<ejb-ref>     <description>Cruise ship cabin</description>     <ejb-ref-name>ejb/CabinHome</ejb-ref-name>     <ejb-ref-type>Entity</ejb-ref-type>     <home>com.titan.cabin.CabinHome</home>     <remote>com.titan.cabin.Cabin</remote> </ejb-ref>


Last updated on 3/20/2003
Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >


Java servlet programming
Java Servlet Programming (Java Series)
ISBN: 0596000405
EAN: 2147483647
Year: 2000
Pages: 223

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net