From c952c87ab42204cf980f526841ba864d6feb4dc6 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 26 May 2010 15:54:28 +0000 Subject: [PATCH] HHH-5263 - Improve preface git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19612 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../main/docbook/en-US/content/preface.xml | 70 ++++++++++++++----- 1 file changed, 53 insertions(+), 17 deletions(-) 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 184894873e..a22f5923d0 100644 --- a/documentation/manual/src/main/docbook/en-US/content/preface.xml +++ b/documentation/manual/src/main/docbook/en-US/content/preface.xml @@ -38,7 +38,8 @@ objects versus relational databases. Hibernate is an Object/Relational Mapping solution for Java environments. The term Object/Relational Mapping refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema; - see for a discussion. + see http://en.wikipedia.org/wiki/Object-relational_mapping + for a discussion. @@ -50,12 +51,12 @@ - + http://www.agiledata.org/essays/dataModeling101.html - + http://en.wikipedia.org/wiki/Data_modeling @@ -145,19 +146,54 @@ - - If you have questions, use the user forum linked on the Hibernate website. We also - provide a JIRA issue tracking system for bug reports and feature requests. If you - are interested in the development of Hibernate, join the developer mailing list. If - you are interested in translating this documentation into your language, contact us - on the developer mailing list. - - - - Commercial development support, production support, and training for Hibernate is - available through JBoss Inc. (see http://www.hibernate.org/SupportTraining/). - Hibernate is a Professional Open Source project and a critical component of the - JBoss Enterprise Middleware System (JEMS) suite of products. - + + There are a number of ways to become involved in the Hibernate community, including + + + + Trying stuff out and reporting bugs. See + http://hibernate.org/issuetracker.html + details. + + + + + Trying your hand at fixing some bugs or implementing enhancements. Again, see + http://hibernate.org/issuetracker.html + details. + + + + + http://hibernate.org/community.html list + a few ways to engage in the community. + + + + There are forums for users to ask questions and receive help from the community. + + + + + There are also IRC + channels for both user and developer discussions. + + + + + + + + Helping improve or translate this documentation. Contact us on the developer mailing list + if you have interest. + + + + + Evangelizing Hibernate within your organization. + + + +