SCBCD Guide | ||
Home | SCJP | SCWCD | SCBCD | SCEA | SCSA |
<session>
<description>Session bean description</description>
<display-name>Display name for tools</display-name>
<small-icon>File name of a JPEG/GIF image</small-icon>
<large-icon>File name of a JPEG/GIF image</large-icon>
<ejb-name>SomeSessionBean</ejb-name>
<home>com.company.SessionBeanRemoteHome</home>
<remote>com.company.SessionBeanRemote</remote>
<local-home>com.company.SessionBeanLocalHome</local-home>
<local>com.company.SessionBeanLocal</local>
<ejb-class>com.company.SessionBeanEJB</ejb-class>
<session-type>Stateful / Stateless</session-type>
<transaction-type>Container / Bean</transaction-type>
<env-entry> <!--optional-->
...
</env-entry>
<ejb-ref> <!--optional-->
...
</ejb-ref>
<ejb-local-ref> <!--optional-->
...
</ejb-local-ref>
<resource-ref> <!--optional-->
...
</resource-ref>
<resource-env-ref> <!--optional-->
...
</resource-env-ref>
<security-role-ref> <!--optional-->
...
</security-role-ref>
<security-identity> <!--optional-->
...
</security-identity>
</session>