[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 provides a
-healthy foundation and the most advanced and 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 provides
+a healthy foundation and the most advanced and 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 & 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&op=viewforum&f=287"> JBossAS 5 User Forum</a> that was setup to answer 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&op=viewforum&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 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 <span style="font-family: monospace;">-Djboss.vfs.forceNoReaper=true</span> property in the command line.</li>
+reaper by specifying the <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>
<property
name="callByValue">true</property><br>
<property name="isolated">true</property></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> 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 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 used jboss project versions are listed below. You are
-encouraged to browse the individual project's documentation at 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&op=viewforum&f=287">JBoss
-AS5 User Forum</a></li>
</ul>
-</ul>
<!-- ======================================================= -->
<h2><a name="Licenses">Licenses</a></h2>
@@ -1016,15 +1010,15 @@
Server 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