Author: ochikvina
Date: 2008-09-24 09:08:51 -0400 (Wed, 24 Sep 2008)
New Revision: 10447
Added:
trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-134 - adding FAQ;
Added: trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
(rev 0)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml 2008-09-24
13:08:51 UTC (rev 10447)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<chapter id="gsg_faq" xreflabel="gsg_faq"
role="new">
+ <?dbhtml filename="gsg_faq.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>JBoss Developer Studio</keyword>
+ <keyword>Eclipse</keyword>
+ <keyword>Java</keyword>
+ <keyword>JBoss</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>FAQ</title>
+
+ <para>For more information on <property>JBoss Developer
Studio</property> features, refer to the following
+ FAQ to get the answers on the most "popular"
questions.</para>
+
+ <section id="question1">
+ <title>How to get Code Assist for Seam specific resources in an externally
+ generated project?</title>
+
+ <para>To get Code Assist for Seam specific resources in an externally
generated project, you
+ should enable Seam features in Project Preferences. Right click an imported
project and
+ navigate <emphasis>
+ <property>Properties > Seam
Settings</property>.</emphasis> Check <emphasis>
+ <property>Seam support</property></emphasis> box to
enable
+ all available <ulink url="&seamlink;#project_pref">Seam
Settings</ulink>.</para>
+ </section>
+
+ <section id="question2">
+ <title>How to import an example Seam project from jboss-eap
+ directory?</title>
+
+ <para>To import an example Seam project from <emphasis>
+ <property>jboss-eap</property>
+ </emphasis> into your working directory, you should perform the following
steps:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>Go to <emphasis>
+ <property>New > Other > Java Project from Existing
Buildfile</property>
+ </emphasis></para>
+ </listitem>
+
+ <listitem>
+ <para>Point to the <emphasis>
+ <property>build.xml</property>
+ </emphasis> of any chosen project by pressing <emphasis>
+ <property>Browse</property>
+ </emphasis> button</para>
+ </listitem>
+
+ <listitem>
+ <para>Hit <emphasis>
+ <property>Finish</property>
+ </emphasis> to open the project</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>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 <emphasis>
+ <property>Properties > Seam
Settings</property>.</emphasis></para>
+ </section>
+
+</chapter>
\ No newline at end of file