From seam-commits at lists.jboss.org Thu Sep 16 06:47:04 2010 Content-Type: multipart/mixed; boundary="===============3339800491358423961==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r13758 - branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US. Date: Thu, 16 Sep 2010 06:47:04 -0400 Message-ID: <201009161047.o8GAl406018192@svn01.web.mwc.hst.phx2.redhat.com> --===============3339800491358423961== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/Dependenci= es.xml branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingsta= rted.xml Log: JBPAPP-5034 Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dep= endencies.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependenc= ies.xml 2010-09-16 10:35:07 UTC (rev 13757) +++ branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Dependenc= ies.xml 2010-09-16 10:47:03 UTC (rev 13758) @@ -12,7 +12,7 @@
Java Development Kit Dependencies - Seam does not work with JDK (Jav= a 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 JDK (Jav= a 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.
Sun's JDK 6 Considerations Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Get= tingstarted.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingst= arted.xml 2010-09-16 10:35:07 UTC (rev 13757) +++ branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Gettingst= arted.xml 2010-09-16 10:47:03 UTC (rev 13758) @@ -16,7 +16,7 @@
Before you start - Make sure you have JDK 5 or JDK 6 (see 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 tu= torial. Add your JBoss installation to the JBoss Server View in Eclipse. Th= en, start JBoss in debug mode. Finally, start a command prompt in the direc= tory where you unzipped the Seam distribution. + Make sure you have JDK 6 (see 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 tu= torial. Add your JBoss installation to the JBoss Server View in Eclipse. Th= en, start JBoss in debug mode. Finally, start a command prompt in the direc= tory where you unzipped the Seam distribution. JBoss has sophisticated support for hot redeployment of WARs and EARs. 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 w= ith a large perm gen space during development. If you are running JBoss fro= m JBoss IDE, you can configure this in the server launch configuration, und= er "VM arguments". We suggest the following values: @@ -132,7 +132,7 @@ This copies the Seam JARs, dependent JAR= s and the JDBC driver JAR to a new Eclipse = project. It generates all required resources and configuration files, a Fac= elets template file and stylesheet, along with Eclipse metadata and an Ant = build script. The Eclipse project will be automatically deployed to an expl= oded directory structure in JBoss as soon as you add the project. To add th= e project, go to NewProject... → GeneralProject &#= 8594; Next, type the Project name (= in this case, helloworld), and then click Finis= h. Do not select Java Project from the New Pro= ject wizard. - 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 Project → PropertiesJava 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 Project →= PropertiesJava Compiler. Alternatively, you can deploy the project from outside Eclipse by typin= g seam explode. --===============3339800491358423961==--