From jbosstools-commits at lists.jboss.org Mon Jun 11 10:25:21 2007 Content-Type: multipart/mixed; boundary="===============3669662652452689840==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r2110 - trunk/documentation/GettingStartedGuide/docs/userguide/en/modules. Date: Mon, 11 Jun 2007 10:25:21 -0400 Message-ID: --===============3669662652452689840== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/Gettin= gStartedGuideforJSFwithHibernate.xml trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Gettin= gStartedWithRHDS.xml trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Gettin= gStartedWithRHDS.xml.bak Log: Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules= /GettingStartedGuideforJSFwithHibernate.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/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedGuideforJSFwithHibernate.xml 2007-06-11 14:11:29 UTC (rev 2109) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedGuideforJSFwithHibernate.xml 2007-06-11 14:25:21 UTC (rev 2110) @@ -2,11 +2,11 @@ Getting Started Guide for JSF with Hibernate -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 S= tudio. After downloading, we will first +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. Af= ter downloading, we will first set up and run the application without persistence, and then with pe= rsistence. The application itself is a simple JSF-based application that asks t= he user to enter a UserID. It tries to locate a record for the entered User= ID (entered during the application session). 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, on= ly runs as long as the Tomcat server is running. Once we stop the server al= l of the data is lost as all information is saved only in the application s= ession context. -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 f= or 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 t= he application. +With the help of RHDS, we will convert this application to use the l= ightweight 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 w= ill have been saved in a database and thus available to the application. Before we start, we assume that you have Eclipse, and have installed= RHDS with Tomcat server. =
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules= /GettingStartedWithRHDS.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/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedWithRHDS.xml 2007-06-11 14:11:29 UTC (rev 2109) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedWithRHDS.xml 2007-06-11 14:25:21 UTC (rev 2110) @@ -108,11 +108,11 @@ = Make sure Eclipse is not running. -Uninstall your current version of Exadel Studio. You can do one of t= he following: +Uninstall your current version of RHDS. You can do one of the follow= ing: Run the Red Hat Developer Studio uninstaller Delete the file {EclipseHome}/links/com.exadel.studio.= link -Either method will uninstall Exadel Studio. +Either method will uninstall RHDS. Start Eclipse: eclipse -clean @@ -209,12 +209,12 @@ If you want to use a different JBoss server installation, after in= stalling, simply go to preferences and change the settings to point to anot= her = Jboss server installation. Red Hat Developer Stuiod works with any serlvet container, not jus= t JBoss. For more information on deployment, please see the Deploying Your = Application section. - What third-party plug-ins are installed w= ith Exadel Studio? + What third-party plug-ins are installed w= ith RHDS? Read the Installing section.<= /para> =
Importing Projects - I have an existing Struts or JSF project. = Can I open the project in Exadel Studio? + I have an existing Struts or JSF project. = Can I open the project in RHDS? Yes. Read the TBD Can I import a .war file? Yes. Read the TBD @@ -228,8 +228,8 @@ How can I add my own tag library to the Ex= adel Palette? See Adding Tag Libraries in JBossJSFTools Guide I see the Oracle ADF Faces component libra= ry tags in the Exadel Palette, but I can't seem to find the libraries for A= DF. - How do I use this component library with Exadel Studio? - See Adding Support for the Oracle ADF Components Library in the Ex= adel Studio User Guide. + How do I use this component library with RHDS? + See Adding Support for the Oracle ADF Components Library in the RH= DS User Guide. =
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules= /GettingStartedWithRHDS.xml.bak =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/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedWithRHDS.xml.bak 2007-06-11 14:11:29 UTC (rev 2109) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedWithRHDS.xml.bak 2007-06-11 14:25:21 UTC (rev 2110) @@ -109,11 +109,11 @@ = Make sure Eclipse is not running. -Uninstall your current version of Exadel Studio. You can do one of t= he following: +Uninstall your current version of RHDS. You can do one of the follow= ing: Run the Red Hat Developer Studio uninstaller Delete the file {EclipseHome}/links/com.exadel.studio.= link -Either method will uninstall Exadel Studio. +Either method will uninstall RHDS. Start Eclipse: eclipse -clean --===============3669662652452689840==--