📄 sun-ejb-jar.xml~
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -