⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ejb-jar.xml~

📁 精通EJB3.0一书的全部随书实例的源代码。
💻 XML~
字号:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"><ejb-jar >   <description><![CDATA[No Description.]]></description>   <display-name>Generated by XDoclet</display-name>   <enterprise-beans>      <!-- Session Beans -->      <session >         <description><![CDATA[Demonstration stateless session bean.]]></description>         <ejb-name>HelloWorld</ejb-name>         <home>examples.HelloHome</home>         <remote>examples.Hello</remote>         <local-home>examples.HelloLocalHome</local-home>         <local>examples.HelloLocal</local>         <ejb-class>examples.HelloBean</ejb-class>         <session-type>Stateless</session-type>         <transaction-type>Container</transaction-type>      </session>     <!--       To add session beans that you have deployment descriptor info for, add       a file to your XDoclet merge directory called session-beans.xml that contains       the <session></session> markup for those beans.     -->      <!-- Entity Beans -->     <!--       To add entity beans that you have deployment descriptor info for, add       a file to your XDoclet merge directory called entity-beans.xml that contains       the <entity></entity> markup for those beans.     -->      <!-- Message Driven Beans -->     <!--       To add message driven beans that you have deployment descriptor info for, add       a file to your XDoclet merge directory called message-driven-beans.xml that contains       the <message-driven></message-driven> markup for those beans.     -->   </enterprise-beans>   <!-- Relationships -->   <!-- Assembly Descriptor -->   <assembly-descriptor >     <!--       To add additional assembly descriptor info here, add a file to your       XDoclet merge directory called assembly-descriptor.xml that contains       the <assembly-descriptor></assembly-descriptor> markup.     -->   <!-- finder permissions -->   <!-- transactions -->   <!-- finder transactions -->   </assembly-descriptor></ejb-jar>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -