Author: smukhina
Date: 2008-09-30 12:51:41 -0400 (Tue, 30 Sep 2008)
New Revision: 10574
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359
FAQ from the first section is moved to the FAQ chapter
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-09-30
16:44:20 UTC (rev 10573)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-09-30
16:51:41 UTC (rev 10574)
@@ -550,151 +550,7 @@
</orderedlist>
</section>
- <section id="FAQ">
- <?dbhtml filename="FAQ.html"?>
- <title>FAQ</title>
- <para>For easy reference to JBoss Developer Studio related questions, our FAQ
provides answers to
- the most "popular" questions. The sections of questions are
organized by type. </para>
- <!-- <section id="Before_Installing">
- <title>Before Installing, Tutorials, Examples, Readme Files</title>
- <para><emphasis role="bold">I'm looking for examples, do you
have any?</emphasis></para>
- <para>Yes, simply go to our <ulink
url="http://exadel.com/web/portal/products/Tutorials">tutorials
page</ulink></para>
- <para><emphasis role="bold">Where can I find the JBoss Developer
Studio readme file?</emphasis></para>
- <para>It's located at this page: <ulink
url="http://www.exadel.com/web/portal/products/ReleaseNotes">...
Notes</ulink></para>
- <para><emphasis role="bold">Where can I find some documentation
for JBoss Developer Studio?</emphasis></para>
- <para>Try these resources: <ulink
url="http://www.exadel.com/exadelstudio/help/">User
Guide</ulink></para>
- <para><emphasis role="bold">What version of Eclipse does JBoss
Developer Studio support?</emphasis></para>
- <para>JBoss Developer Studio works with Eclipse 3.3</para>
- </section> -->
- <!--<section id="Downloading">
- <title>Downloading</title>
- <para><emphasis role="bold">Where can I download a copy of JBoss
Developer Studio?</emphasis></para>
- <para>Go to <ulink
url="http://www.redhat.com/developers/jbds/index.html">Download
Page</ulink></para>
- </section>-->
- <section id="Installation_Issues">
- <title>Installation Issues</title>
- <para>
- <emphasis role="bold">Visual Editor does not start under
Linux</emphasis>
- </para>
- <para>Linux users may need to do the following to get the visual editor to work
correctly on
- their machines.</para>
-
- <orderedlist>
- <listitem>
- <para>On Red Hat based Linux distributions install the xpLib.i386
package</para>
- </listitem>
- <listitem>
- <para>Type</para>
- <programlisting role="JAVA"><![CDATA[ln -s libstdc++.so.5.0.7
libstdc++.so.5
-]]></programlisting>
- </listitem>
- <listitem>
- <para>and/or use</para>
- <programlisting role="JAVA"><![CDATA[yum install libXp
-]]></programlisting>
- </listitem>
- <listitem>
- <para>Open the JBDS perspective. If you see the Help view open, close it and
restart
- JBDS</para>
- </listitem>
- <listitem>
- <para>If none of these work, do the following:</para>
- <itemizedlist>
- <listitem>
- <para>Clear the Eclipse log file,
-
<emphasis><workspace>\.metadata\.log</emphasis></para>
- </listitem>
- <listitem>
- <para>Start Eclipse with the -debug option:</para>
- <programlisting role="JAVA"><![CDATA[eclipse -debug
-]]></programlisting>
- </listitem>
- <listitem>
- <para>Post the Eclipse log file
- (<emphasis><workspace>\.metadata\.log</emphasis>) on
the forums.</para>
- </listitem>
- </itemizedlist>
- </listitem>
- </orderedlist>
-
-
- <para>
- <emphasis role="bold">Do I need to have JBoss server installed to run
JBoss Developer
- Studio?</emphasis>
- </para>
- <para>No. JBoss Developer Studio already comes bundled with JBoss server. We
bundle it together
- so that you don't need to download any additional software and can test
your
- application in a Web browser right away.</para>
- <para>If you want to use a different JBoss server installation, after JBoss
Developer Studio is
- installed open Servers View (select <emphasis><property>Window >
Show View >
- Others > Server > Servers</property>),</emphasis> then
right click on this <emphasis>
- <property>view > New > Server</property>
- </emphasis> and follow the wizards steps to point to another Jboss server
installation.</para>
- <para>JBoss Developer Studio works with any servlet container, not just JBoss.
For more
- information on deployment, please see the Deploying Your Application
section.</para>
- </section>
- <section id="Importing_Projects">
- <title>Importing Projects</title>
- <para>
- <emphasis role="bold">I have an existing Seam 1.2.1 project. Can I
migrate/import the project to
- a JBDS Seam project?</emphasis>
- </para>
- <para>We highly recommend you to create Seam 1.2.1 project using the JBDS. In
other case try to
- do manually:</para>
- <itemizedlist>
- <listitem>
- <para>Create a Seam Web project to get the JBoss tools structure</para>
- </listitem>
- </itemizedlist>
- <para>Then from your Seam 1.2.1 seam-gen project start doing the
following:</para>
- <itemizedlist>
- <listitem>
- <para>Copy <property>src</property> to
<property>src</property></para>
- </listitem>
- <listitem>
- <para>Copy <property>view</property> to <property>Web
content</property></para>
- </listitem>
- <listitem>
- <para>Copy resources individual files to where they are in the seam web
project etc.</para>
- </listitem>
- </itemizedlist>
- <para>
- <emphasis role="bold">I have an existing Struts or JSF project. Can I
open the project in
- JBDS?</emphasis>
- </para>
- <para>Yes. From main menu select <emphasis>
- <property>File > Import > Other > JSF Project (or Struts
- Project)</property>
- </emphasis> and follow wizards steps.</para>
- <para>
- <emphasis role="bold">Can I import a .war file?</emphasis>
- </para>
- <para>Yes. Select <emphasis><property>File > Import >
Web > WAR
- file</property>, </emphasis> then follow importing steps.</para>
- </section>
- <section id="Troubleshooting">
- <title>Troubleshooting, Problems, Configuration, Error Messages</title>
- <para>
- <emphasis role="bold">Is it possible to increase the performance of
Eclipse after installing
- your product?</emphasis>
- </para>
- <para>JBoss Developer Studio preconfigures eclipse via the eclipse.ini file to
allocate extra
- memory, but if you for some reason need more memory then by default, you can manually
make
- adjustments in this file. For example:</para>
- <programlisting role="XML">
- <![CDATA[-vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
-]]></programlisting>
-
-
- <para>
- <emphasis role="bold">How can I add my own tag library to the JBoss
Tools Palette?</emphasis>
- </para>
- <para>See <ulink
url="&jsflink;#AddingCustomJSFTagsToTheRedHatPalette7433">Adding Tag
- Libraries</ulink> in Visual Web Tools Guide.</para>
-
- </section>
- </section>
-
+
<section id="OtherRelevantResourcesOnTheTopic33">
<?dbhtml filename="OtherRelevantResourcesOnTheTopic33.html"?>
<title>Other relevant resources on the topic</title>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml 2008-09-30
16:44:20 UTC (rev 10573)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/gsg_faq.xml 2008-09-30
16:51:41 UTC (rev 10574)
@@ -13,8 +13,132 @@
<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>
+ FAQ to get the answers on the most "popular"
questions.</para>
+ <section id="Installation_Issues">
+ <title>Installation Issues</title>
+ <para>
+ <emphasis role="bold">Visual Editor does not start under
Linux</emphasis>
+ </para>
+ <para>Linux users may need to do the following to get the visual editor
to work correctly on
+ their machines.</para>
+
+ <orderedlist>
+ <listitem>
+ <para>On Red Hat based Linux distributions install the
xpLib.i386 package</para>
+ </listitem>
+ <listitem>
+ <para>Type</para>
+ <programlisting role="JAVA"><![CDATA[ln -s
libstdc++.so.5.0.7 libstdc++.so.5
+]]></programlisting>
+ </listitem>
+ <listitem>
+ <para>and/or use</para>
+ <programlisting role="JAVA"><![CDATA[yum install
libXp
+]]></programlisting>
+ </listitem>
+ <listitem>
+ <para>Open the JBDS perspective. If you see the Help view open,
close it and restart
+ JBDS</para>
+ </listitem>
+ <listitem>
+ <para>If none of these work, do the following:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Clear the Eclipse log file,
+
<emphasis><workspace>\.metadata\.log</emphasis></para>
+ </listitem>
+ <listitem>
+ <para>Start Eclipse with the -debug
option:</para>
+ <programlisting
role="JAVA"><![CDATA[eclipse -debug
+]]></programlisting>
+ </listitem>
+ <listitem>
+ <para>Post the Eclipse log file
+
(<emphasis><workspace>\.metadata\.log</emphasis>) on the
forums.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </orderedlist>
+
+
+ <para>
+ <emphasis role="bold">Do I need to have JBoss server
installed to run JBoss Developer
+ Studio?</emphasis>
+ </para>
+ <para>No. JBoss Developer Studio already comes bundled with JBoss
server. We bundle it together
+ so that you don't need to download any additional software and
can test your
+ application in a Web browser right away.</para>
+ <para>If you want to use a different JBoss server installation, after
JBoss Developer Studio is
+ installed open Servers View (select
<emphasis><property>Window > Show View >
+ Others > Server >
Servers</property>),</emphasis> then right click on this <emphasis>
+ <property>view > New >
Server</property>
+ </emphasis> and follow the wizards steps to point to another
Jboss server installation.</para>
+ <para>JBoss Developer Studio works with any servlet container, not just
JBoss. For more
+ information on deployment, please see the Deploying Your Application
section.</para>
+ </section>
+ <section id="Importing_Projects">
+ <title>Importing Projects</title>
+ <para>
+ <emphasis role="bold">I have an existing Seam 1.2.1
project. Can I migrate/import the project to
+ a JBDS Seam project?</emphasis>
+ </para>
+ <para>We highly recommend you to create Seam 1.2.1 project using the
JBDS. In other case try to
+ do manually:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Create a Seam Web project to get the JBoss tools
structure</para>
+ </listitem>
+ </itemizedlist>
+ <para>Then from your Seam 1.2.1 seam-gen project start doing the
following:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Copy <property>src</property> to
<property>src</property></para>
+ </listitem>
+ <listitem>
+ <para>Copy <property>view</property> to
<property>Web content</property></para>
+ </listitem>
+ <listitem>
+ <para>Copy resources individual files to where they are in the
seam web project etc.</para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ <emphasis role="bold">I have an existing Struts or JSF
project. Can I open the project in
+ JBDS?</emphasis>
+ </para>
+ <para>Yes. From main menu select <emphasis>
+ <property>File > Import > Other > JSF Project
(or Struts
+ Project)</property>
+ </emphasis> and follow wizards steps.</para>
+ <para>
+ <emphasis role="bold">Can I import a .war
file?</emphasis>
+ </para>
+ <para>Yes. Select <emphasis><property>File > Import
> Web > WAR
+ file</property>, </emphasis> then follow importing
steps.</para>
+ </section>
+ <section id="Troubleshooting">
+ <title>Troubleshooting, Problems, Configuration, Error
Messages</title>
+ <para>
+ <emphasis role="bold">Is it possible to increase the
performance of Eclipse after installing
+ your product?</emphasis>
+ </para>
+ <para>JBoss Developer Studio preconfigures eclipse via the eclipse.ini
file to allocate extra
+ memory, but if you for some reason need more memory then by default, you
can manually make
+ adjustments in this file. For example:</para>
+ <programlisting role="XML">
+ <![CDATA[-vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
+]]></programlisting>
+
+
+ <para>
+ <emphasis role="bold">How can I add my own tag library to
the JBoss Tools Palette?</emphasis>
+ </para>
+ <para>See <ulink
url="&jsflink;#AddingCustomJSFTagsToTheRedHatPalette7433">Adding Tag
+ Libraries</ulink> in Visual Web Tools Guide.</para>
+
+ </section>
+
+
<section id="question1">
<title>How to get Code Assist for Seam specific resources in an externally
generated project?</title>