?? jboss-app_3_0.dtd
字號:
<?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)>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -