Author: steve.ebersole(a)jboss.com
Date: 2009-06-10 14:38:26 -0400 (Wed, 10 Jun 2009)
New Revision: 16747
Added:
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/bibliography.xml
Log:
minor changes; added biblio references for JPwH
Added:
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/bibliography.xml
===================================================================
---
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/bibliography.xml
(rev 0)
+++
core/branches/Branch_3_3/documentation/manual/src/main/docbook/en-US/content/bibliography.xml 2009-06-10
18:38:26 UTC (rev 16747)
@@ -0,0 +1,75 @@
+<!--
+ ~ Hibernate, Relational Persistence for Idiomatic Java
+ ~
+ ~ Copyright (c) 2009, Red Hat Middleware LLC or third-party contributors as
+ ~ indicated by the @author tags or express copyright attribution
+ ~ statements applied by the authors. All third-party contributions are
+ ~ distributed under license by Red Hat Middleware LLC.
+ ~
+ ~ This copyrighted material is made available to anyone wishing to use, modify,
+ ~ copy, or redistribute it subject to the terms and conditions of the GNU
+ ~ Lesser General Public License, as published by the Free Software Foundation.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ ~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ ~ for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public License
+ ~ along with this distribution; if not, write to:
+ ~ Free Software Foundation, Inc.
+ ~ 51 Franklin Street, Fifth Floor
+ ~ Boston, MA 02110-1301 USA
+ -->
+<!DOCTYPE bibliography PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<bibliography>
+ <title>References</title>
+
+ <biblioentry id="biblio-PoEAA">
+ <abbrev>PoEAA</abbrev>
+ <title>Patterns of Enterprise Application Architecture</title>
+ <isbn>0-321-12742-0</isbn>
+ <authorgroup>
+ <author>
+ <firstname>Martin</firstname>
+ <surname>Fowler</surname>
+ </author>
+ </authorgroup>
+ <copyright>
+ <year>2003</year>
+ <holder>Pearson Education, Inc.</holder>
+ </copyright>
+ <publisher>
+ <publishername>Addison-Wesley Publishing Company</publishername>
+ </publisher>
+ </biblioentry>
+
+ <biblioentry id="biblio-JPwH">
+ <abbrev>JPwH</abbrev>
+ <title>Java Persistence with Hibernate</title>
+ <subtitle>Second Edition of Hibernate in Action</subtitle>
+ <isbn>1-932394-88-5</isbn>
+ <bibliomisc>
+ <ulink
url="http://www.manning.com/bauer2"/>
+ </bibliomisc>
+ <authorgroup>
+ <author>
+ <firstname>Christian</firstname>
+ <surname>Bauer</surname>
+ </author>
+ <author>
+ <firstname>Gavin</firstname>
+ <surname>King</surname>
+ </author>
+ </authorgroup>
+ <copyright>
+ <year>2007</year>
+ <holder>Manning Publications Co.</holder>
+ </copyright>
+ <publisher>
+ <publishername>Manning Publications Co.</publishername>
+ </publisher>
+ </biblioentry>
+
+</bibliography>
\ No newline at end of file