Author: ykryvinchanka
Date: 2007-12-03 08:39:05 -0500 (Mon, 03 Dec 2007)
New Revision: 5189
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-326 GSG. JBDS renaming.
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-12-03
12:47:11 UTC (rev 5188)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-12-03
13:39:05 UTC (rev 5189)
@@ -374,9 +374,9 @@
]]></programlisting>
- <para><emphasis role="bold">How can I add my own tag library to
the Red Hat Palette?</emphasis></para>
+ <para><emphasis role="bold">How can I add my own tag library to
the JBoss Tools Palette?</emphasis></para>
<para>See <ulink
url="http://www.redhat.com/developers/jbds/JSFTools/JavaServerFacesS...
Tag Libraries</ulink> in JBossJSFTools Guide.</para>
- <para><emphasis role="bold">I see the Oracle ADF Faces component
library tags in the Red Hat Palette, but I can't seem to find the libraries for
ADF. How do I use this component library with JBDS?</emphasis></para>
+ <para><emphasis role="bold">I see the Oracle ADF Faces component
library tags in the JBoss Tools Palette, but I can't seem to find the libraries
for ADF. How do I use this component library with JBDS?</emphasis></para>
<para>See <ulink
url="http://www.redhat.com/developers/jbds/JSFTools/JavaServerFacesS...
Support for the Oracle ADF Components Library</ulink> in the JBDS User
Guide.</para>
</section>
</section>
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-03
12:47:11 UTC (rev 5188)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-03
13:39:05 UTC (rev 5189)
@@ -175,7 +175,7 @@
</itemizedlist>
<programlisting role="JAVA"><![CDATA[Integer userNumber;
]]></programlisting>
-<para>Red Hat Studio allows to quickly generate getters and setters for java
bean.</para>
+<para>JBDS allows to quickly generate getters and setters for java
bean.</para>
<itemizedlist>
<listitem><para>Right click
<emphasis><property>NumberBean.java</property></emphasis> in
Package Explorer</para></listitem>
<listitem><para>Select <emphasis><property>Source >
Generate Getters and
Setters...</property></emphasis></para></listitem>
@@ -406,7 +406,7 @@
</itemizedlist>
<programlisting role="XML"><![CDATA[<f:loadBundle
basename="game.messages" var="msg"/>
]]></programlisting>
-<para>As always Red Hat Studio provides code assist:</para>
+<para>As always JBDS provides code assist:</para>
<figure>
<title>Code Assist</title>
<mediaobject>
@@ -591,8 +591,8 @@
<title>Running the Application</title>
<para>Everything is ready to run the application.</para>
<itemizedlist>
- <listitem><para>Start up JBoss server by clicking on the
<emphasis><property>Start</property></emphasis> icon in JBoss
Server view. (If JBoss is already running, stop it by clicking on the red icon and then
start it again. After the messages in the Console tabbed view stop scrolling, JBoss is
available</para></listitem>
- <listitem><para>Click on the <emphasis><property>Red
Hat</property></emphasis> run icon in the
toolbar</para></listitem>
+ <listitem><para>Start up JBoss server by clicking on the
<emphasis><property>Start</property></emphasis> icon in JBoss
Server view. (If JBoss is already running, stop it by clicking on the red icon and then
start it again. After the messages in the Console tabbed view stop scrolling, JBoss is
available)</para></listitem>
+ <listitem><para>Right-click on project <emphasis>Run AS >
Run on
Server<property></property></emphasis></para></listitem>
<listitem><para>Play with the application by entering correct as well as
incorrect values</para></listitem>
</itemizedlist>
<figure>