Author: afedosik
Date: 2007-06-19 08:26:09 -0400 (Tue, 19 Jun 2007)
New Revision: 2152
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
Log:
some minor bugs
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml 2007-06-19
09:12:18 UTC (rev 2151)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedForCreatingaJSFApplication.xml 2007-06-19
12:26:09 UTC (rev 2152)
@@ -166,7 +166,7 @@
<?dbhtml filename="EditingTheJSPViewFiles.html"?>
<title>Editing the JSP View Files</title>
-<para>Now we will finish editing the JSP files for our two
"views" using Exadel's JSP Visual Page</para>
+<para>Now we will finish editing the JSP files for our two
"views" using Red Hat JSP Visual Page</para>
<section id="Inputname.jsp">
<title>inputname.jsp</title>
<itemizedlist continuation="continues">
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-06-19
09:12:18 UTC (rev 2151)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-06-19
12:26:09 UTC (rev 2152)
@@ -81,7 +81,7 @@
<section id="ConvertingforUseWithaDatabase">
<?dbhtml
filename="ConvertingforUseWithaDatabase.html"?><title>Converting for
Use With a Database</title>
-<para>Now we are ready to convert this application to use with a database with the
help of ExadelStudio. To convert the application for use with a database, we need to set
things up in three different places:</para>
+<para>Now we are ready to convert this application to use with a database with the
help of Red Hat Developer Studio. To convert the application for use with a database, we
need to set things up in three different places:</para>
<itemizedlist><listitem><para>The
Application</para></listitem></itemizedlist>
@@ -98,7 +98,7 @@
the object/relational mapping from our simple object model to a database schema after
adding Hibernate
capabilities to our project.</para>
<itemizedlist continuation="continues">
-<listitem><para>Right-click on ormHibernate3-jsf in the Package Explorer view
and select Exadel</para></listitem>
+<listitem><para>Right-click on ormHibernate3-jsf in the Package Explorer view
and select Red Hat</para></listitem>
<listitem><para>Studio/Add Hibernate Capability... from the context
menu.</para></listitem>
<listitem><para>Click on Yes in the the dialog box with Add Hibernate Jars
selected.</para></listitem>
<listitem><para>In the Configuration Wizard, click twice in the Value field
for dialect and select org.hibernate.dialect.HSQLDialect from the pop-up
menu.</para></listitem>
@@ -124,11 +124,8 @@
<programlisting role="XML"><![CDATA[<property
-name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</
-property>
-<property
-name="hibernate.connection.url">jdbc:hsqldb:hsql:[hostname]</
-property>
+name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
+<property
name="hibernate.connection.url">jdbc:hsqldb:hsql:[hostname]</property>
]]></programlisting>
<para>With this single line:</para>
Show replies by date