ここでは、deployment descriptorについて説明します。
Java EE規約で規定されたdeployment descriptor
以下について説明しています。
Interstage deployment descriptor
本製品の動作を定義するdeployment descriptor(以降、Interstage deployment descriptor)を、配備モジュールに含めることができます。Interstage deployment descriptorを以下に示します。詳細は、「4.2.3 Interstage deployment descriptor」を参照してください。
Interstage deployment descriptor | 配備モジュール |
---|---|
Interstage application deployment descriptor (sun-application.xml) | earファイル |
Interstage Web application deployment descriptor (sun-web.xml) | warファイル |
Interstage EJB application deployment descriptor (sun-ejb-jar.xml) | ejb-jarファイル |
Interstage CMP Mappings deployment descriptor (sun-cmp-mappings.xml) | ejb-jarファイル |
Interstage application client deployment descriptor (sun-application-client.xml) | App Clientファイル |
注) モジュールに含まれません。 |
Interstage deployment descriptor(sun-acc.xmlを除きます)は、モジュール種別に応じてJava EE規約のdeployment descriptorと同じ位置に配置してください。