Author: manaRH
Date: 2010-09-16 06:47:03 -0400 (Thu, 16 Sep 2010)
New Revision: 13758
Modified:
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependencies.xml
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
Log:
JBPAPP-5034
Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependencies.xml
===================================================================
---
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependencies.xml 2010-09-16
10:35:07 UTC (rev 13757)
+++
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependencies.xml 2010-09-16
10:47:03 UTC (rev 13758)
@@ -12,7 +12,7 @@
<section id="jdk_dependencies">
<title>Java Development Kit Dependencies</title>
<para>
- Seam does not work with <trademark class="trade">JDK</trademark>
(Java Development Kit) 1.4, and requires JDK 5 or higher to support annotations and other
features. Seam has been thoroughly tested with other JDKs. There are no known issues that
are specific to Seam.
+ Seam does not work with <trademark class="trade">JDK</trademark>
(Java Development Kit) 1.4, and requires JDK 6 or higher to support annotations and other
features. Seam has been thoroughly tested with other JDKs. There are no known issues that
are specific to Seam.
</para>
<section id="jdk6_dependencies">
<title>Sun's JDK 6 Considerations</title>
Modified:
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
---
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2010-09-16
10:35:07 UTC (rev 13757)
+++
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2010-09-16
10:47:03 UTC (rev 13758)
@@ -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 Enterprise Application 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.
+ Make sure you have JDK 6 (see <xref linkend="jdk_dependencies" /> for
details), JBoss Enterprise Application Platform 5 and Ant 1.7.0 or 1.8.x, 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'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:
@@ -132,7 +132,7 @@
This copies the Seam <filename>JAR</filename>s, dependent
<filename>JAR</filename>s and the JDBC driver
<filename>JAR</filename> to a new Eclipse project. It generates all required
resources and configuration files, a Facelets template file and stylesheet, along with
Eclipse metadata and an Ant build script. The Eclipse project will be automatically
deployed to an exploded directory structure in JBoss as soon as you add the project. To
add the project, go to <guimenu>New</guimenu> →
<guimenu>Project...</guimenu> →
<guimenu>General</guimenu> → <guimenu>Project</guimenu>
→ <guimenu>Next</guimenu>, type the <guilabel>Project
name</guilabel> (in this case, <literal>helloworld</literal>), and then
click <literal>Finish</literal>. Do not select <literal>Java
Project</literal> from the New Project wizard.
</para>
<para>
- If your default JDK in Eclipse is not a Java SE 5 or Java SE 6 JDK, you will need to
select a Java SE 5 compliant JDK. Go to <guimenu>Project</guimenu> →
<guimenu>Properties</guimenu> → <guimenu>Java
Compiler</guimenu>.
+ If your default JDK in Eclipse is not a Java SE 6 JDK, you will need to select a Java
SE 6 compliant JDK. Go to <guimenu>Project</guimenu> →
<guimenu>Properties</guimenu> → <guimenu>Java
Compiler</guimenu>.
</para>
<para>
Alternatively, you can deploy the project from outside Eclipse by typing
<command>seam explode</command>.
Show replies by date