[jboss-cvs] JBossAS SVN: r101437 - projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 24 22:28:47 EST 2010


Author: laubai
Date: 2010-02-24 22:28:46 -0500 (Wed, 24 Feb 2010)
New Revision: 101437

Modified:
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml
Log:
Corrected EAP to EWP.

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml	2010-02-25 03:21:33 UTC (rev 101436)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml	2010-02-25 03:28:46 UTC (rev 101437)
@@ -13,7 +13,7 @@
 	 <section>
 		<title>Before you start</title>
 		 <para>
-			Make sure you have JDK 5, JBoss EAP 5, Eclipse 3.3, the JBoss Tools plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools and JBoss AS Tools) and the TestNG plugin for Eclipse correctly installed before starting.
+			Make sure you have JDK 5, JBoss Enterprise Web Platform 5, Eclipse 3.3, the JBoss Tools plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools and JBoss AS Tools) and the TestNG plugin for Eclipse correctly installed before starting.
 		</para>
 		 <para>
 			Please see the official <ulink url="http://www.jboss.org/tools/download/installation">JBoss Tools installation</ulink> page for the quickest way to get JBoss Tools set up in Eclipse. You can also check out the <ulink url="http://www.jboss.org/community/wiki/InstallingJBossTools">Installing JBoss Tools</ulink> page on the JBoss community wiki for more details and a set of alternative installation approaches.

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-02-25 03:21:33 UTC (rev 101436)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-02-25 03:28:46 UTC (rev 101437)
@@ -8,7 +8,7 @@
 		Seam includes a command line utility that makes it easy to set up an Eclipse project, generate some simple Seam skeleton code, and reverse-engineer an application from a preexisting database. This is an easy way to familiarize yourself with Seam.
 	</para>
 	 <para>
-		In this release, <application>seam-gen</application> works best in conjunction with JBoss EAP.
+		In this release, <application>seam-gen</application> works best in conjunction with JBoss Enterprise Web Platform.
 	</para>
 	 <para>
 		seam-gen can be used without Eclipse, but this tutorial focuses on using seam-gen with Eclipse for debugging and integration testing. If you would prefer not to use Eclipse, you can still follow this tutorial — all steps can be performed from the command line.
@@ -16,7 +16,7 @@
 	 <section>
 		<title>Before you start</title>
 		 <para>
-			Make sure you have JDK 5 or JDK 6 (see <xref linkend="jdk_dependencies" /> for details), JBoss EAP 5 and Ant 1.7.0, along with recent versions of Eclipse, the JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse correctly installed before you begin this tutorial. Add your JBoss installation to the JBoss Server View in Eclipse. Then, start JBoss in debug mode. Finally, start a command prompt in the directory where you unzipped the Seam distribution.
+			Make sure you have JDK 5 or JDK 6 (see <xref linkend="jdk_dependencies" /> for details), JBoss Enterprise Web Platform 5 and Ant 1.7.0, along with recent versions of Eclipse, the JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse correctly installed before you begin this tutorial. Add your JBoss installation to the JBoss Server View in Eclipse. Then, start JBoss in debug mode. Finally, start a command prompt in the directory where you unzipped the Seam distribution.
 		</para>
 		 <para>
 			JBoss has sophisticated support for hot redeployment of <filename>WAR</filename>s and <filename>EAR</filename>s. Unfortunately, due to bugs in JVM, repeat redeployment of an EAR (common during development) uses all of the JVM&#39;s perm gen space. Therefore, we recommend running JBoss in a JVM with a large perm gen space during development. If you are running JBoss from JBoss IDE, you can configure this in the server launch configuration, under "VM arguments". We suggest the following values:




More information about the jboss-cvs-commits mailing list