diff --git a/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml b/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
index c71d9cf64f..4a12bb6472 100644
--- a/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
+++ b/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
@@ -91,5 +91,7 @@
+
+
diff --git a/documentation/manual/src/main/docbook/en-US/content/bibliography.xml b/documentation/manual/src/main/docbook/en-US/content/bibliography.xml
new file mode 100644
index 0000000000..5a796bac70
--- /dev/null
+++ b/documentation/manual/src/main/docbook/en-US/content/bibliography.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ References
+
+
+ PoEAA
+ Patterns of Enterprise Application Architecture
+ 0-321-12742-0
+
+
+ Martin
+ Fowler
+
+
+
+ 2003
+ Pearson Education, Inc.
+
+
+ Addison-Wesley Publishing Company
+
+
+
+
+ JPwH
+ Java Persistence with Hibernate
+ Second Edition of Hibernate in Action
+ 1-932394-88-5
+
+
+
+
+
+ Christian
+ Bauer
+
+
+ Gavin
+ King
+
+
+
+ 2007
+ Manning Publications Co.
+
+
+ Manning Publications Co.
+
+
+
+
\ No newline at end of file
diff --git a/documentation/manual/src/main/docbook/en-US/content/preface.xml b/documentation/manual/src/main/docbook/en-US/content/preface.xml
index 72953c60b8..52750ec64a 100644
--- a/documentation/manual/src/main/docbook/en-US/content/preface.xml
+++ b/documentation/manual/src/main/docbook/en-US/content/preface.xml
@@ -30,8 +30,8 @@
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.
@@ -86,12 +86,12 @@
- Use this reference documentation as your primary source of information.
- Consider reading Java Persistence with Hibernate
- (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
+ if you need more help with application design, or if you prefer
+ a step-by-step tutorial. Also visit
+ and download
+ the example application from .
@@ -101,8 +101,8 @@
- 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.