From jbosstools-commits at lists.jboss.org Wed May 6 05:46:54 2009 Content-Type: multipart/mixed; boundary="===============1724781070098992981==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r15062 - trunk/seam/docs/reference/en/modules. Date: Wed, 06 May 2009 05:44:00 -0400 Message-ID: --===============1724781070098992981== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-05-06 05:44:00 -0400 (Wed, 06 May 2009) New Revision: 15062 Added: trunk/seam/docs/reference/en/modules/seam_faq.xml Log: https://jira.jboss.org/jira/browse/JBDS-134 - adding the FAQ chapter for th= e Seam Tools guide; Added: trunk/seam/docs/reference/en/modules/seam_faq.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 --- trunk/seam/docs/reference/en/modules/seam_faq.xml = (rev 0) +++ trunk/seam/docs/reference/en/modules/seam_faq.xml 2009-05-06 09:44:00 U= TC (rev 15062) @@ -0,0 +1,74 @@ + + + + FAQ + = +
+ How to get Code Assist for Seam specific resources in an ex= ternally generated + project? + = + To get Code Assist for Seam specific resources in an externa= lly generated project, you + should enable Seam features in Project Preferences. Right clic= k an imported project and + navigate + Properties > Seam Settings. Check + Seam support + box to enable all available Seam + Settings. +
+ = +
+ How to import an example Seam project from jboss-eap direct= ory? + = + To import an example Seam project from + jboss-eap + into your working directory, you should perform the fo= llowing steps: + = + + + Go to + New > Other > Java Project from Existing Bui= ldfile + + + = + + Point to the + build.xml + of any chosen project by pressing + Browse + button + + = + + Hit + Finish + to open the project + + + = + As these seam examples are non WTP projects, next you should= enable Seam support for + them. To do that, right click the project and go to + Properties > Seam Settings. +
+ = +
+ How to change the deploy folders for Seam source code from = src/hot and src/main? + = + You should right-click the project, select + Properties > Java Build Path, then switch to the + Source tab, select the out= put folder for + src/hot ( + src/main) and cli= ck + Edit to change their o= utput location. + = + In conclusion, the main goal of this document is to get you = know with a full featureset + that JBoss Tools provides to support Seam= development. Thus if you have + some questions, comments or suggestions on the topic, please f= ell free to ask in the JBoss + Tools Forum. You can also influence on how you wan= t to see JBoss Tools docs in + future leaving your vote on our page here. + = + A set of movies on Seam tooling is available here. +
+
--===============1724781070098992981==--