[jboss-cvs] JBossAS SVN: r58622 - trunk/build/docs
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Nov 18 14:53:02 EST 2006
Author: dimitris at jboss.org
Date: 2006-11-18 14:53:00 -0500 (Sat, 18 Nov 2006)
New Revision: 58622
Modified:
trunk/build/docs/readme.html
Log:
Done
Modified: trunk/build/docs/readme.html
===================================================================
--- trunk/build/docs/readme.html 2006-11-18 19:52:00 UTC (rev 58621)
+++ trunk/build/docs/readme.html 2006-11-18 19:53:00 UTC (rev 58622)
@@ -9,8 +9,7 @@
</head>
<body>
-th
-<a href="http://www.jboss.com"><img
+ <a href="http://www.jboss.com"><img
src='http://www.jboss.org/themes/jbosstheme/img/logo.gif'
alt="JBoss Inc."></a>
@@ -34,20 +33,20 @@
<a href="https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=464702">SourceForge</a>. This application
makes use of the following
technologies running on JBoss 5:</p>
-<p>EJB3</li>
- </p>
<ul>
+<li>EJB3</li>
+<ul>
<li>Stateful Session Beans</li>
<li>Stateless Session Beans</li>
<li>JPA (w/ Hibernate validation)</li>
</ul>
-<p>JSF</li>
- </p>
+<li>JSF</li>
<ul>
<li>Facelets</li>
<li>Ajax4JSF</li>
</ul>
-<p><a href="http://www.jboss.com/products/seam">Seam</a></p>
+<li><a href="http://www.jboss.com/products/seam">Seam</a></li>
+</ul>
<h2>Overview</h2>
<ul>
<li><a href="#Highlights">Highlights</a></li>
@@ -121,7 +120,56 @@
section for the full details.</p>
<h2><a name="Compatibility">Compatibility Issues</a></h2>
<h2><a name="Configuration">Configuration Issues</a></h2>
-
+<p>The directory structure of JBoss 5 resembles that of the 4.x series with some
+notable differences:</p>
+<ul>
+ <li>bin - start scripts and run.jar</li>
+ <li>client - client jars</li>
+ <li>docs - docs, chemas/dtds, examples</li>
+ <li>lib - core bootstrap jars, somewhat different with the <b>introduction of
+ the microcontainer</b> and breakup of jboss-common.</li>
+ <li>server - the same server configuration dirs.<ul>
+ <li>default configuration<ul>
+ <li>conf</li>
+ <ul>
+ <li><b>bootstrap-beans.xml </b>- new mc kernel bootstrap configuration</li>
+ <li><b>jax-ws-catalog.xml </b>- oasis catalog driven schema/dtd namespace
+ configuration</li>
+ <li><b>jbossjta-properties.xml </b>- new JBossTS properties</li>
+ <li>jboss-service.xml - legacy static mbeans for compatibility</li>
+ <li>jndi.properties - the same jndi props</li>
+ <li>log4j.xml - the same log4j config</li>
+ <li>login-config.xml - the same jaas login config</li>
+ <li>props/ - the
+ same default jaas login properties files</li>
+ <li>standardjaws.xml - obsolete
+ cmp config</li>
+ <li>standardjbosscmp-jdbc.xml - the same cmp2 config</li>
+ <li>standardjboss.xml - the same ejb2 config </li>
+ <li>xmdesc/ - legacy xmbean
+ descriptors</li>
+ </ul>
+ </li>
+ <li>deploy/ - the same deploy directory, however <b>hot deploy is not currently
+ enabled</b>. Only the jsr88/legacy RMIAdaptor to the MainDeployerMBean is
+ supported for hot deployment.</li>
+ <li><b>deployers/ - new vdf deployers</b><ul>
+ <li>aop-mc-int-aspect-beans.xml - aspect/mc integration beans</li>
+ <li>client-deployer-beans.xml
+ - ee14 client deployer</li>
+ <li>ear-deployer-beans.xml - ear deployers</li>
+ <li>ejb3.deployer/ - ejb3 deployers</li>
+ <li>ejb-deployer-beans.xml - ejb2
+ deployers</li>
+ <li>boss-aop-jboss5.deployer/ - aspect deployer</li>
+ <li>jbossweb.deployer/ - war deployers</li>
+ <li>jca-deployers-beans.xml - jca
+ deployers</li>
+</ul></li>
+ <li>lib/ - the same static library jars</li>
+</ul>
+</ul>
+</ul>
<h2><a name="Library Updates">Library Updates</a></h2>
<h3>JBoss Libraries</h3>
<ul>
More information about the jboss-cvs-commits
mailing list