📄 jboss-web.dtd
字号:
<?xml version='1.0' encoding='UTF-8' ?><!-- The JBoss specific elements used to integrate the servlet 2.2 web.xmlelements into a JBoss deployment. This version applies to the JBoss 2.4 andearlier series. See the jboss-web_3_0.dtd for changes available only in 3.x.DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd"--><!-- The jboss-web element is the root element.--><!ELEMENT jboss-web (security-domain?, resource-ref* , ejb-ref*)><!-- The security-domain element allows one to specify a module widesecurity manager domain. It specifies the JNDI name of the securitymanager that implements the EJBSecurityManager and RealmMapping forthe domain.--><!ELEMENT security-domain (#PCDATA)><!-- The ejb-ref element maps from the servlet ENC relative nameof the ejb reference to the deployment environment JNDI name ofthe bean.Example: <ejb-ref> <ejb-ref-name>ejb/Bean0</ejb-ref-name> <jndi-name>deployed/ejbs/Bean0</jndi-name> </ejb-ref>--><!ELEMENT ejb-ref (ejb-ref-name , jndi-name)><!-- The ejb-ref-name element gives the ENC relative name usedin the web-app.xml ejb-ref-name element.--><!ELEMENT ejb-ref-name (#PCDATA)><!-- The jndi-name element specifies the JNDI name of the deployedEJB home interface to which the servlet ENC binding will link to.--><!ELEMENT jndi-name (#PCDATA)><!ELEMENT resource-ref (res-ref-name , jndi-name)><!ELEMENT res-ref-name (#PCDATA)>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -