[jboss-cvs] JBossAS SVN: r58619 - trunk/build/docs

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 14:37:13 EST 2006


Author: dimitris at jboss.org
Date: 2006-11-18 14:37:10 -0500 (Sat, 18 Nov 2006)
New Revision: 58619

Modified:
   trunk/build/docs/readme.html
Log:
Finished with my additions, incorporating now Scott's comments in the configuration section.

Modified: trunk/build/docs/readme.html
===================================================================
--- trunk/build/docs/readme.html	2006-11-18 18:35:40 UTC (rev 58618)
+++ trunk/build/docs/readme.html	2006-11-18 19:37:10 UTC (rev 58619)
@@ -9,6 +9,7 @@
 </head>
 
 <body>
+th
 <a href="http://www.jboss.com"><img
    src='http://www.jboss.org/themes/jbosstheme/img/logo.gif'
    alt="JBoss Inc."></a>
@@ -18,15 +19,35 @@
 <p>This is the 1st 
 <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning">
 <span style="text-decoration: none; font-weight: 700">Beta</span></a> 
-release of the <b>JBoss 5.0.x</b> series for the <b>Java EE&#153;</b> 5 codebase!</p>
-<p><i>Please note that work on JBoss 5 is ongoing and this Beta release is by 
-definition an unstable one that demonstrates many of the exciting new features 
-of the JBoss Application Server.</i></p>
-<p>For
+release of the <b>JBoss 5.0.x</b> series for the <b>Java EE&#153;</b> 5 codebase! For
    information on the APIs that make up Java EE 5, see
 <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>.</p>
+<blockquote>
+	<p><i>Please note that work on JBoss 5 is ongoing and this Beta release is by 
+definition an unstable one that demonstrates many of the exciting new features 
+of the JBoss Application Server.</i></p>
+</blockquote>
+<p>A sample Java EE 5 application that can be run on top of JBoss 5.0.0.Beta 1 
+and demonstrates many interesting technologies is the <b><i>Seam Booking Application</i></b> available from
+<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>Stateful Session Beans</li>
+	<li>Stateless Session Beans</li>
+	<li>JPA (w/ Hibernate validation)</li>
+</ul>
+<p>JSF</li>
+	</p>
+<ul>
+	<li>Facelets</li>
+	<li>Ajax4JSF</li>
+</ul>
+<p><a href="http://www.jboss.com/products/seam">Seam</a></p>
 <h2>Overview</h2>
 <ul>
 	<li><a href="#Highlights">Highlights</a></li>
@@ -40,7 +61,63 @@
 </ul>
 
 <h2><a name="Highlights">Highlights</a></h2>
-<p>See the <a href="#Details">Detailed Release Notes</a> 
+<p>JBoss 5 is the next generation of the JBoss Application Server build on top 
+of the new <a href="http://www.jboss.com/products/jbossmc">JBoss Microcontainer</a>. 
+The JBoss Microcontainer is a lightweight container for managing POJOs, their 
+deployment, configuration and lifecycle. It is a standalone project that 
+replaces the famous JBoss JMX Microkernel of the 3.x and 4.x JBoss series, and 
+it has excellent integration with the JBoss framework for Aspect Oriented 
+Programming, <a href="http://labs.jboss.com/portal/jbossaop">JBoss AOP</a>. 
+Support for JMX in JBoss 5 remains strong and MBean services written against the 
+old Microkernel are expected to work.</p>
+<p>JBoss5 is designed around the advanced concept of a
+<a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5DeploymentFramework">
+Virtual Deployment Framework</a> (VDF), that takes the aspect oriented design of 
+many of the earlier JBoss containers and applies it to the deployment layer. 
+Aspectized Deployers operate in a chain over a
+<a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5VirtualFileSystem">
+Virtual File System</a> (VFS), analyze deployments and produce metadata to be 
+used by the JBoss Microcontainer, which in turn instantiates and wires together 
+the various pieces of a deployment, controlling their lifecycle and 
+dependencies.</p>
+<p>Many key key features of JBoss 5 are provided by integrating other standalone 
+JBoss projects:</p>
+<ul>
+	<li><a href="http://labs.jboss.org/portal/jbossejb3">JBoss EJB3</a> included 
+	with JBoss 5 provides the implementation of the latest revision of the 
+	Enterprise Java Beans (EJB) specification. EJB 3.0 is a deep overhaul and 
+	simplification of the EJB specification. EJB 3.0's goals are to simplify 
+	development, facilitate a test driven approach, and focus more on writing 
+	plain old java objects (POJOs) rather than coding against complex EJB APIs.</li>
+	<li><a href="http://www.jboss.com/products/messaging">JBoss Messaging</a> is 
+	a high performance JMS provider in the JBoss Enterprise Middleware Stack 
+	(JEMS), included with JBoss 5 as the default messaging provider. It is also 
+	the backbone of the <a href="http://www.jboss.com/products/esb">JBoss ESB</a> 
+	infrastructure. JBoss Messaging is a complete rewrite of JBossMQ, which is 
+	the current default JMS provider for the JBoss AS 4.x series.</li>
+	<li><a href="http://www.jboss.com/products/jbosscache">JBossCache</a> 2.0 
+	that comes in two flavors. A traditional tree-structured node-based cache 
+	and a
+	<a href="http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.0.0/PojoCache/en/html/index.html">
+	PojoCache</a>, an in-memory, transactional, and replicated cache system that 
+	allows users to operate on simple POJOs transparently without active user 
+	management of either replication or persistency aspects.</li>
+	<li><a href="http://labs.jboss.com/portal/jbossws">JBossWS 2</a> is the web 
+	services stack for JBoss 5 providing Java EE compatible web services, 
+	JAXWS-2.0 and JAXB-2.0.</li>
+	<li><a href="http://www.jboss.com/products/transactions">JBoss Transactions</a> 
+	is the default transaction manager for JBoss 5. JBoss Transactions is 
+	founded on industry proven technology and 18 year history as a leader in 
+	distributed transactions, and is one of the most interoperable 
+	implementations available.</li>
+	<li><a href="http://www.jboss.com/products/jbossweb">JBoss Web</a> is the 
+	Web container in JBoss 5, an implementation based on Apache Tomcat that 
+	includes the Apache Portable Runtime (APR) and Tomcat native technologies to 
+	achieve scalability and performance characteristics that match and exceed 
+	the Apache Http server.</li>
+</ul>
+<p>JBoss 5 includes numerous features and bug fixes, many of them carried over 
+upstream from the 4.x codebase. See the <a href="#Details">Detailed Release Notes</a> 
 section for the full details.</p>
 <h2><a name="Compatibility">Compatibility Issues</a></h2>
 <h2><a name="Configuration">Configuration Issues</a></h2>
@@ -58,6 +135,7 @@
 	<li>jboss-common-core, v2.0.2.CR1</li>
 	<li>jboss-common-logging, v2.0.1.GA</li>
 	<li>jbossxb, 1.0.0.CR7</li>
+	<li>jbossws, 2.0.0.CR2</li>
 	<li>jboss-messaging, 1.0.1.GA</li>
 	<li>jboss-microcontainer, 2.0.0.Beta</li>
 	<li>jboss-remoting, v2.2.0.Alpha2</li>




More information about the jboss-cvs-commits mailing list