) Here is an example:
jdbc/EmployeeAppDB
javax.sql.DataSource
Container
Shareable
env-entry
The env-entry element declares the Web application??™s environment entry.
It consists of an optional description element, an env-entry-name
element (a JNDI name relative to the java:comp/env context), an
env-entry-value element (the entry value), and an env-entry-type
element (the fully qualified class name of a type). Valid values for
env-entry-type are java.lang.Boolean, java.lang.Byte,
java.lang.Character, java.lang.String, java.lang.Short,
java.lang.Integer, java.lang.Long, java.lang.Float, and
java.lang.Double. Here is an example:
minAmount
100.00
java.lang.Double
ejb-ref
The ejb-ref element declares a reference to the home interface of an
enterprise bean. It consists of an optional description element, an
ejb-ref-name element (the name of the EJB reference relative to
java:comp/env), an ejb-ref-type element (the type of the bean??”
Entity or Session), a home element (the fully qualified name of the bean??™s
home interface), a remote element (the fully qualified name of the bean??™s
remote interface), and an optional ejb-link element (the name of another
bean, from a different jar file, to which the current bean is linked).
Pages:
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145