jboss-app_3_0.dtd
来自「《J2EE企业级应用开发》一书的配套源代码」· DTD 代码 · 共 42 行
DTD
42 行
<?xml version='1.0' encoding='UTF-8' ?><!-- The JBoss specific elements for ears.$Id: jboss-app_3_0.dtd,v 1.1.2.1 2003/01/12 19:56:59 starksm Exp $DOCTYPE jboss-app PUBLIC "-//JBoss//DTD J2EE Application 1.3//EN" "http://www.jboss.org/j2ee/dtd/jboss-app_3_0.dtd"--><!-- The jboss-app element is the root element.--><!ELEMENT jboss-app (loader-repository?, module*)><!-- The loader-repository specifies the name of the UnifiedLoaderRepository MBean to use for the ear to provide ear level scoping of classes deployed in the ear. It is a unique JMX ObjectName string. Example: <loader-repository>jboss.test:loader=cts-cmp2v1-sar.ear</loader-repository>--><!ELEMENT loader-repository (#PCDATA)><!-- The loaderRepositoryClass attribute gives the classname loader-repositoryimplementation.--><!ATTLIST loader-repository loaderRepositoryClass CDATA #IMPLIED><!-- The module element is used to specify a jboss specific module archive.--><!ELEMENT module (service)><!-- The service element specifies a service archive (SAR) to deploy.Example: <module> <service>external.sar</service> </module>--><!ELEMENT service (#PCDATA)>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?