I was looking for documentation on xml configuration files used in JBoss.
For e.g.
application.xml
jboss-app.xml
ejb-jar.xml
jboss.xml
web.xml
jboss-web.xml
I want a simple explanation of what these files are used for and what they contain (at a high level).
I could not find anything specific in the documentation provided - http://www.jboss.org/jbossas/docs/5-x
I also looked at the dtd page and read through annotations in dtds but they dont seem to provide enough information.
Please let me know if there is a different place/link that I should be looking at.