sun-ejb-jar.xml~

来自「精通EJB3.0一书的全部随书实例的源代码。」· XML~ 代码 · 共 34 行

XML~
34
字号
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE sun-ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 EJB 2.0//EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-ejb-jar_2_0-0.dtd"><!-- Generated by XDoclet --><sun-ejb-jar>    <!--        To add any role mappings, add an Unparsed XML Entity file to your XDoclet        merge directory called sunone-role-mappings.ent that contains the        <role-mapping> elements.        <!ELEMENT role-mapping (role-name, role-impl)>        <!ELEMENT role-impl (group*, user*)>        N.B. This is an Unparsed XML Entity file, rather than an XML Document,        since if there are multiple mappings it will not be well-formed.    -->    <enterprise-beans>        <ejb>            <ejb-name>HelloWorld</ejb-name>            <jndi-name>HelloHome</jndi-name>        </ejb>        <!--            To add any persistence manager descriptors, put an XML Document named            sunone-pm-descriptors.xml in your XDoclet merge directory containing the            <pm-descriptors> element.        -->    </enterprise-beans></sun-ejb-jar>

⌨️ 快捷键说明

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