[hibernate-commits] Hibernate SVN: r16746 - core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 10 14:38:12 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-10 14:38:12 -0400 (Wed, 10 Jun 2009)
New Revision: 16746

Modified:
   core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/preface.xml
Log:
minor changes; added biblio references for JPwH

Modified: core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/preface.xml
===================================================================
--- core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/preface.xml	2009-06-10 18:33:59 UTC (rev 16745)
+++ core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/preface.xml	2009-06-10 18:38:12 UTC (rev 16746)
@@ -30,8 +30,8 @@
 
     <para>
         Working with object-oriented software and a relational database can be cumbersome
-        and time consuming in today's enterprise environments. Hibernate is an object/relational
-        mapping tool for Java environments. The term object/relational mapping (ORM) refers to
+        and time consuming in today's enterprise environments. Hibernate is an Object/Relational
+        Mapping tool for Java environments. The term Object/Relational Mapping (ORM) refers to
         the technique of mapping a data representation from an object model to a relational
         data model with a SQL-based schema.
     </para>
@@ -86,12 +86,12 @@
         </listitem>
         <listitem>
             <para>
-                Use this reference documentation as your primary source of information.
-                Consider reading <emphasis>Java Persistence with Hibernate</emphasis>
-                (http://www.manning.com/bauer2) if you need more help with application
-                design, or if you prefer a step-by-step tutorial. Also visit
-                http://caveatemptor.hibernate.org and download the example application
-                for Java Persistence with Hibernate.
+                Use this reference documentation as your primary source of
+                information.  Consider reading <biblioref linkend="biblio-JPwH"/>
+                if you need more help with application design, or if you prefer
+                a step-by-step tutorial. Also visit
+                <ulink url="http://caveatemptor.hibernate.org"/> and download
+                the example application from <biblioref linkend="biblio-JPwH"/>.
             </para>
         </listitem>
         <listitem>
@@ -101,8 +101,8 @@
         </listitem>
         <listitem>
             <para>
-                Third party demos, examples, and tutorials are linked on the Hibernate
-                website.
+                Links to third party demos, examples, and tutorials are maintained
+                on the Hibernate website.
             </para>
         </listitem>
         <listitem>




More information about the hibernate-commits mailing list