Author: smukhina
Date: 2007-06-11 10:25:21 -0400 (Mon, 11 Jun 2007)
New Revision: 2110
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml.bak
Log:
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-06-11
14:11:29 UTC (rev 2109)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-06-11
14:25:21 UTC (rev 2110)
@@ -2,11 +2,11 @@
<chapter id="GettingStartedGuideforJSFwithHibernate"
xreflabel="GettingStartedGuideforJSFwithHibernate">
<?dbhtml filename="GettingStartedGuideforJSFwithHibernate.html"?>
<title>Getting Started Guide for JSF with Hibernate</title>
-<para>In this guide, we will show you how to take a very simple ready-made JSF
application and convert it to use a database with the help of Exadel Studio. After
downloading, we will first</para>
+<para>In this guide, we will show you how to take a very simple ready-made JSF
application and convert it to use a database with the help of RHDS. After downloading, we
will first</para>
<para>set up and run the application without persistence, and then with
persistence.</para>
<para>The application itself is a simple JSF-based application that asks the user
to enter a UserID. It tries to locate a record for the entered User ID (entered during the
application session).</para>
<para>If the record is found, details are displayed. If the record is not found,
you are asked to create this record. This application, of course, only runs as long as the
Tomcat server is running. Once we stop the server all of the data is lost as all
information is saved only in the application session context.</para>
-<para>With the help of Exadel Studio, we will convert this application to use the
lightweight hsqldb database (included with the downloaded project). We will use Exadel
Studio special features for object-relational mapping for this conversion After the
conversion, even if we restart the server, the data we entered will have been saved in a
database and thus available to the application.</para>
+<para>With the help of RHDS, we will convert this application to use the
lightweight hsqldb database (included with the downloaded project). We will use RHDS
special features for object-relational mapping for this conversion After the conversion,
even if we restart the server, the data we entered will have been saved in a database and
thus available to the application.</para>
<para>Before we start, we assume that you have Eclipse, and have installed RHDS
with Tomcat server.</para>
<section id="InstallingTheProject">
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-06-11
14:11:29 UTC (rev 2109)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-06-11
14:25:21 UTC (rev 2110)
@@ -108,11 +108,11 @@
<itemizedlist>
<listitem><para> Make sure Eclipse is not running.</para>
-<para>Uninstall your current version of Exadel Studio. You can do one of the
following:</para>
+<para>Uninstall your current version of RHDS. You can do one of the
following:</para>
</listitem>
<listitem><para>Run the Red Hat Developer Studio
uninstaller</para></listitem>
<listitem><para>Delete the file
{EclipseHome}/links/com.exadel.studio.link</para>
-<para>Either method will uninstall Exadel Studio.</para>
+<para>Either method will uninstall RHDS.</para>
</listitem>
<listitem>Start Eclipse:
<para>eclipse -clean</para></listitem>
@@ -209,12 +209,12 @@
<para>If you want to use a different JBoss server installation, after installing,
simply go to preferences and change the settings to point to another
Jboss server installation.</para>
<para>Red Hat Developer Stuiod works with any serlvet container, not just JBoss.
For more information on deployment, please see the Deploying Your Application
section.</para>
- <para><emphasis role="bold"> What third-party plug-ins are
installed with Exadel Studio?</emphasis></para>
+ <para><emphasis role="bold"> What third-party plug-ins are
installed with RHDS?</emphasis></para>
<para>Read the <link
linkend="Installing">Installing</link> section.</para>
</section>
<section>
<title>Importing Projects</title>
- <para><emphasis role="bold">I have an existing Struts or JSF
project. Can I open the project in Exadel Studio?</emphasis></para>
+ <para><emphasis role="bold">I have an existing Struts or JSF
project. Can I open the project in RHDS?</emphasis></para>
<para>Yes. Read the TBD</para>
<para><emphasis role="bold">Can I import a .war
file?</emphasis></para>
<para>Yes. Read the TBD</para>
@@ -228,8 +228,8 @@
<para><emphasis role="bold">How can I add my own tag library to
the Exadel Palette?</emphasis></para>
<para>See Adding Tag Libraries in JBossJSFTools Guide</para>
<para><emphasis role="bold">I see the Oracle ADF Faces component
library tags in the Exadel Palette, but I can't seem to find the libraries for ADF.
- How do I use this component library with Exadel Studio?</emphasis></para>
- <para>See Adding Support for the Oracle ADF Components Library in the Exadel
Studio User Guide.</para>
+ How do I use this component library with RHDS?</emphasis></para>
+ <para>See Adding Support for the Oracle ADF Components Library in the RHDS User
Guide.</para>
</section>
</section>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml.bak
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml.bak 2007-06-11
14:11:29 UTC (rev 2109)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml.bak 2007-06-11
14:25:21 UTC (rev 2110)
@@ -109,11 +109,11 @@
<itemizedlist>
<listitem><para> Make sure Eclipse is not running.</para>
-<para>Uninstall your current version of Exadel Studio. You can do one of the
following:</para>
+<para>Uninstall your current version of RHDS. You can do one of the
following:</para>
</listitem>
<listitem><para>Run the Red Hat Developer Studio
uninstaller</para></listitem>
<listitem><para>Delete the file
{EclipseHome}/links/com.exadel.studio.link</para>
-<para>Either method will uninstall Exadel Studio.</para>
+<para>Either method will uninstall RHDS.</para>
</listitem>
<listitem>Start Eclipse:
<para>eclipse -clean</para></listitem>
Show replies by date