More Books
Hibernate: A J2EE Developer's Guide
Hibernate: A J2EE™ Developer's Guide
Table of Contents
Copyright
Acknowledgments
About the Author
Preface
Required Skills
Roadmap
Chapter 1. Overview
Why Object/Relational Mapping?
What Is Hibernate?
Comparing JDBC to Hibernate
Hibernate's Mapping System
Other Java/Database Integration Solutions
How to Obtain and Install
Supported Databases
Chapter 2. Getting Oriented
Application Architecture
Mapping Files
Generating Java Source
Application Configuration
Web Application
JSP Interface
Chapter 3. Starting from Java
Java Object Model
Generated Mapping Files
Generated Schema
Working with Artifacts and Owners
Chapter 4. Starting from an Existing Schema
Initial Schema
Using Middlegen
Generated Mapping Files
Generated Java
Working with the Database
Chapter 5. Mapping Files
Basic Structure
Mapping File Reference
Chapter 6. Persistent Objects
Sessions
Objects and Identity
Life-Cycle Methods
Chapter 7. Relationships
Database Relationships
Java Collection Relationships
Java Class Relationships
Any-Based Relationships
Bi-directional Relationships
Chapter 8. Queries
HQL
HQL Reference
Select
From
Where
Group By
Having
Order By
Criteria Queries
Native SQL Queries
Chapter 9. Transactions
Introduction to Transactions
Optimistic and Pessimistic Locking
Chapter 10. Performance
Finding and Solving Problems
Queries
Inserts
Connection Pooling
Caching
Chapter 11. Schema Management
Updating an Existing Schema
Generating Update and Drop Scripts
Chapter 12. Best Practices, Style Guide, Tips and Tricks
Reducing Code with Inversion of Control
Reducing Session Creation Impact with ThreadLocal
Using Hibernate as an EJB BMP Solution
Integrating with Other Technologies
Applications That Use Hibernate
Strategies for Getting Started
Chapter 13. Future Directions
Hibernate 3.0
EJB 3.0
Here and Now
Index
SYMBOL
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X

Applications That Use Hibernate

Table 12.2 shows some applications that make use of Hibernate. If you wish to examine applications larger than those that can conveniently be included in a book like this one, you may wish to download and peruse the code for the open-source projects (and you may get ideas or useful tips from both the open-source and commercial products).

Table 12.2. Products That Use Hibernate

Application

Use

Page

DeepBlack

Weblog

http://deepblack.blackcore.com/

Flock

News aggregator

http://flock.sourceforge.net/

Jagzilla

Bugzilla Interface

http://sourceforge.net/projects/jagzilla/

JasperReports

Reporting Tool

http://hibernate.org/79.html

JavaLobby Community Platform

Portal

http://sourceforge.net/projects/gotjava/

jboard

Bulletin Board

http://sourceforge.net/projects/jboard/

jBpm

Business Process Management

http://jbpm.org/

Liferay

Enterprise Portal

http://www.liferay.com/

openEF/J

Enterprise Application Framework

http://sourceforge.net/projects/openef/

OpenReports

Reporting Tool

http://sourceforge.net/projects/oreports

PersonalBlog

Weblog

http://sourceforge.net/projects/personalblog/

Phoo

Java Bot Suite

http://sourceforge.net/projects/phoo/

Roller Weblogger

Weblog

http://www.rollerweblogger.org/

TM4J

Topic Map Engine

http://tm4j.org/