[jboss-cvs] JBossAS SVN: r82051 - branches/Branch_5_0/build/docs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 4 12:05:50 EST 2008


Author: dimitris at jboss.org
Date: 2008-12-04 12:05:50 -0500 (Thu, 04 Dec 2008)
New Revision: 82051

Modified:
   branches/Branch_5_0/build/docs/readme.html
Log:
probably done.

Modified: branches/Branch_5_0/build/docs/readme.html
===================================================================
--- branches/Branch_5_0/build/docs/readme.html	2008-12-04 16:30:21 UTC (rev 82050)
+++ branches/Branch_5_0/build/docs/readme.html	2008-12-04 17:05:50 UTC (rev 82051)
@@ -23,10 +23,10 @@
 certification requirements. It brings us to the end of a 3+ year
 marathon of redesigning the most popular open-source application server
 over a completely new kernel architecture, the <a href="http://www.jboss.org/jbossmc/">JBoss Microcontainer</a>.
-It also marks the beginning of a new era of innovation as we will be
-exploring the capabilities and limitations of the new architecture in
-the JBoss AS version to come. In our view JBossAS 5&nbsp;provides a
-healthy foundation and the most advanced and&nbsp;fully extensible,
+It also marks the beginning of a new era of innovation for JBoss as we
+will be exploring the capabilities and limitations of the new
+architecture in the releases to come. In our view, JBossAS 5&nbsp;provides
+a healthy foundation and the most advanced and&nbsp;fully extensible,
 cross component model, aspect integration, server runtime environment. </p>
 For
 information
@@ -35,7 +35,7 @@
 <a href="http://java.sun.com/javaee/reference/index.jsp">Java
 EE APIs &amp; Docs</a>. A
 tutorial on Java EE 5 can be found
-<a href="http://java.sun.com/javaee/5/docs/tutorial/doc/">here</a>. Please visit also the<a href="http://www.jboss.org/jbossas/docs/"> JBoss AS docs</a> pages as we'll be updating the documents with the latest information and visit our dedicated<a href="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=287"> JBossAS 5 User Forum</a> that was&nbsp;setup to answer&nbsp;your questions.
+<a href="http://java.sun.com/javaee/5/docs/tutorial/doc/">here</a>. Please visit also the<a href="http://www.jboss.org/jbossas/docs/"> JBoss AS docs</a> pages as we'll be updating the documents with the latest information, and post your questions to the<a href="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=287"> JBossAS 5 User Forum</a>.
 <p>A sample Java EE 5 application
 that can be
 run on top of JBoss 5 and demonstrates many interesting
@@ -227,9 +227,9 @@
 uses an internal caching mechanism to speed up access to deployment
 artifacts. This means that files in deploy/ remain open as long as they
 are accessed and then closed by a reaper thread after a&nbsp;5 seconds
-innactivety. On window platforms this may cause locking issues if files
+inactivity. On window platforms this may cause locking issues if files
 are re-deployed too quickly. In this case you may want to turn-off the
-reaper by specifiying the &nbsp;<span style="font-family: monospace;">-Djboss.vfs.forceNoReaper=true</span> property in the command line.</li>
+reaper by specifying the &nbsp;<span style="font-family: monospace;">-Djboss.vfs.forceNoReaper=true</span> property in the command line.</li>
 
 <li>Hibernate-core is now using<span style="font-family: monospace;"> slf4j-api</span>
 as a
@@ -284,7 +284,7 @@
 the configuration that has been tested for JavaEE compliance. The major
 differences with the existing configurations is that call-by-value and
 deployment isolation are enabled by default, along with support for
-rmiiiop and juddi (taken from the <span style="font-weight: bold;">all</span> config).</li><ul><li style="font-family: monospace;">deployers/ear-deployer-jboss-beans.xml<br>
+rmiiiop and juddi (taken from the <span style="font-weight: bold;">all</span> config), as shown below:</li><ul><li style="font-family: monospace;">deployers/ear-deployer-jboss-beans.xml<br>
 &lt;property
 name="callByValue"&gt;true&lt;/property&gt;<br>
 &lt;property name="isolated"&gt;true&lt;/property&gt;</li><li style="font-family: monospace;">conf/jboss-service.xml call-by-value for
@@ -294,7 +294,7 @@
 java.naming.factory.initial=org.jboss.iiop.naming.ORBInitialContextFactory</span></li><li style="font-family: monospace;">conf/jacorb.properties<br>
 deploy/iiop-service.xml<br>
 lib/avalon-framework.jar<br>
-lib/jacorb.jar</li><li><span style="font-family: monospace;"><span style="font-family: monospace;">deploy/juddi-service.sar</span></span></li></ul><li>The <span style="font-weight: bold;">web</span> config is a new <span style="font-style: italic; font-weight: bold;">experimental</span>lightweight
+lib/jacorb.jar</li><li><span style="font-family: monospace;"><span style="font-family: monospace;">deploy/juddi-service.sar</span></span></li></ul><li>The <span style="font-weight: bold;">web</span> config is a new <span style="font-style: italic; font-weight: bold;">experimental</span>&nbsp;lightweight
 configuration created around JBoss Web that will follow
 the developments of the JavaEE 6 web profile. Except for the
 servlet/jsp container it provides support for JTA/JCA and JPA. It also
@@ -312,9 +312,9 @@
 distribution. The location of the common library directory can be
 controlled by the following properties:<br>
 
-<ul>
-<li style="font-family: monospace;">jboss.common.base.url defaulting to ${jboss.home.url}/common
-  </li><li><span style="font-family: monospace;">jboss.common.lib.url defaulting to ${jboss.common.base.url}/lib</span>
+<ul style="font-family: monospace;">
+<li>jboss.common.base.url defaulting to ${jboss.home.url}/common
+  </li><li>jboss.common.lib.url &nbsp;defaulting to ${jboss.common.base.url}/lib
   </li>
 </ul>
 
@@ -460,9 +460,7 @@
 - metadata handlers</li>
 <li>security-deployer-jboss-beans.xml
 - security deployers</li>
-<li>profileservice-jboss-beans.xml.bak
-- an example of the repository
-based profile service</li>
+
 </ul>
 </li>
 <li>lib/ - the same
@@ -483,7 +481,7 @@
 <li>Overriding of ra.xml
 properties in jboss-ra.xml, JBAS-3343</li>
 <li>Support for defining
-depenndencies in JCA adapters, JBAS-4508</li>
+dependencies in JCA adapters, JBAS-4508</li>
 <li>Controlling command line
 arguments for the appClientLauncher, JBAS-5888.</li>
 <li>Shutdown.sh now accepts a
@@ -561,8 +559,8 @@
 <br>
 Some rather
 important&nbsp;used jboss project versions are listed below. You are
-encouraged to browse the individual project's documentation at&nbsp;and
-release notes at <a href="http://www.jboss.org">www.jboss.org</a>.<br>
+encouraged to browse the individual project's documentation and view
+the release notes at <a href="http://www.jboss.org">www.jboss.org</a>.<br>
 
 <ul>
 
@@ -1003,11 +1001,7 @@
 JIRA</a></li>
 <li><a href="http://www.jboss.org/index.html?module=bb">JBoss
 Forums</a></li>
-<ul>
-<li><a href="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=287">JBoss
-AS5 User Forum</a></li>
 </ul>
-</ul>
 
 <!-- ======================================================= -->
 <h2><a name="Licenses">Licenses</a></h2>
@@ -1016,15 +1010,15 @@
 Server&nbsp; is licensed under the <a href="lgpl.html">LGPL</a>,
 as explained in the <a href="JBossORG-EULA.txt">JBoss End
 User License Agreement</a>. The
-licence texts for JBoss and the
+license texts for JBoss and the
 thirdparty components it uses may be found in the docs/licenses
 directory of the distribution. <a href="docs/licenses">Browse
-Licences</a>
+Licenses</a>
 </p>
 
 <!-- ======================================================= -->
 <h2><a name="About">About JBoss, a
-division of RedHat</a></h2>
+division of Red Hat</a></h2>
 
 <p>JBoss, a division of <a href="http://www.redhat.com/jboss/">Red
 Hat</a>, is in the business of




More information about the jboss-cvs-commits mailing list