[jboss-cvs] JBossAS SVN: r97826 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 14 23:34:09 EST 2009


Author: laubai
Date: 2009-12-14 23:34:09 -0500 (Mon, 14 Dec 2009)
New Revision: 97826

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Introduction.xml
Log:
Minor corrections in JBPAPP-2617.

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml	2009-12-15 04:07:12 UTC (rev 97825)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml	2009-12-15 04:34:09 UTC (rev 97826)
@@ -74,7 +74,7 @@
         <para>The <emphasis>default</emphasis> profile is the mostly common used profile for application developers. It supports the standard Java EE 5.0 programming APIs (e.g., Annotations, JPA, and EJB3).</para></listitem>
       <listitem>
         <indexterm><primary>Profiles</primary><secondary>standard</secondary></indexterm>
-        <para>The <emphasis>standard</emphasis> profile is the profile that has been tested for JavaEE compliance. The major differences with the existing configurations is that call-by-value and deployment isolation are 
+        <para>The <emphasis>standard</emphasis> profile is the profile that has been tested for Java EE compliance. The major differences with the existing configurations is that call-by-value and deployment isolation are 
         enabled by default, along with support for <filename>rmiiiop</filename> and <filename>juddi</filename> (taken from the <emphasis>all</emphasis> config).</para></listitem>
       <listitem>
         <indexterm><primary>Profiles</primary><secondary>all</secondary></indexterm>
@@ -84,7 +84,7 @@
         <para>The <emphasis>production</emphasis> profile is based on the all profile but optimized for production environments.</para></listitem>
       <listitem>
         <indexterm><primary>Profiles</primary><secondary>web</secondary></indexterm>
-        <para>The <emphasis>web</emphasis> profile is a new experimental lightweight configuration created around JBoss Web that will follow the developments of the JavaEE 6 web profile. Except for the <filename>servlet/jsp</filename> container it provides support for JTA/JCA and JPA. It also limits itself to allowing access to the server only through the http port. Please note that this configuration is not JavaEE certified and will most likely change in the following releases.</para></listitem>
+        <para>The <emphasis>web</emphasis> profile is a new experimental lightweight configuration created around JBoss Web that will follow the developments of the Java EE 6 web profile. Except for the <filename>servlet/jsp</filename> container it provides support for JTA/JCA and JPA. It also limits itself to allowing access to the server only through the http port. Please note that this configuration is not Java EE certified and will most likely change in the following releases.</para></listitem>
     </itemizedlist>
 
     <para>The detailed services and APIs supported in each of those profiles will be discussed throughout.</para>

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Introduction.xml	2009-12-15 04:07:12 UTC (rev 97825)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Introduction.xml	2009-12-15 04:34:09 UTC (rev 97826)
@@ -106,7 +106,7 @@
 	</listitem>
 	<listitem>
 		<para>
-			JBoss Messaging is a high performance JMS provider in the JBoss Enterprise Middleware Stack (JEMS), included with JBoss Enterprise Application Platform 5 as the default messaging provider. It is also the backbone of the JBoss ESB infrastructure. JBoss Messaging is a complete rewrite of JBossMQ, which is the default JMS provider for JBoss Enterprise Application Platform 4.2.
+			JBoss Messaging is a high performance JMS provider included in JBoss Enterprise Application Platform 5 as the default messaging provider. It is also the backbone of the JBoss ESB infrastructure. JBoss Messaging is a complete rewrite of JBossMQ, which is the default JMS provider for JBoss Enterprise Application Platform 4.2.
 		</para>
 	</listitem>
 	<listitem>
@@ -116,7 +116,7 @@
 	</listitem>
 	<listitem>
 		<para>
-			JBossWS 2 is the web services stack for JBoss Enterprise Application Platform 5 providing Java EE compatible web services, JAXWS-2.x.
+			JBossWS 3.x is the web services stack for JBoss Enterprise Application Platform 5 providing Java EE compatible web services, JAXWS-2.x.
 		</para>
 	</listitem>
 	<listitem>




More information about the jboss-cvs-commits mailing list