Which are the Standard XML Descriptors?
Several standard deployment descriptors need to be created for a J2EE application. These files can be created and modified using any text editor. The following XML elements are used to define these deployment descriptors:
-
application.xml: Contains the elements required by .ears
-
ejb-jar.xml: Contains the elements required by .jars
-
web.xml: Contains the elements required by .wars
-
ra.xml: Contains the elements required by connectors
These XML descriptors must be packaged according to the J2EE packaging specifications.