| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Books Examples | Tutorials Weblogs |
- Hibernate simplifies inheritance mapping by Xavier Coulon, Christian Brousseau - [Clicks: 533]
Hibernate is an object-relational mapping and persistence framework that provides a lot of advanced features, ranging from introspection to polymorphism and inheritance mapping. But mapping class hierarchies to a relational database model might prove somewhat difficult. This article covers three strategies that you can use in your everyday programming to easily map complex object models to relational database models.
[Includes source code]
http://www-106.ibm.com/developerworks/java/library/j-hibernate/ - Dec, 2004 - Simplify Java Object Persistence with Hibernate by Jeff Hanson - [Clicks: 444]
The 'impedance mismatch' between relational databases' tabular orientation and object-oriented Java's hierarchical one is a perennial problem for which the Java world has several good solution offerings. The second in a three-part series, this article examines the ways that the Hibernate framework attempts to simplify the chore of connecting relational databases and the Java programming language.
[Includes source code]
http://www.devx.com/Java/Article/22652 - Dec, 2004 - Creating a Pet Store Application ...with JavaServer Faces, Spring, and Hibernate by Derek Yang Shen - [Clicks: 1229]
JavaServer Faces (JSF) technology is a new user interface framework for J2EE applications. This article uses the familiar Pet Store application to demonstrate how to build a real-world Web application using JSF, the Spring Framework, and Hibernate. Since JSF is a new technology, this article will concentrate on the use of JSF. It presents several advanced features in JSF development, including Tiles integration and business logic-tier integration.
[Includes source code]
http://www.sys-con.com/story/?storyid=46977&DE=1 - Nov, 2004 - Get started with Hibernate by Christian Bauer, Gavin King - [Clicks: 543]
In this excerpt from Manning Publications' Hibernate in Action, authors Christian Bauer and Gavin King introduce Hibernate's core APIs and explain its basic configuration.
http://www.javaworld.com/javaworld/jw-10-2004/jw-1018-hibernate.html - Oct, 2004 - XML Messaging Using JBoss by Benoit Aumars - [Clicks: 324]
In this article, I will focus on data sharing, with the common producer-consumer model, using open source software such as: - JBoss: A popular open source application server; - Quartz: A job scheduling system; - Hibernate: An object/relational persistence and query service for Java; - Castor: A Java-XML data-binding framework.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/10/13/XMLMessaging.html - Oct, 2004 - Developing Hibernate applications for use with WebSphere Application Server by Sunil Patil - [Clicks: 435]
This article provides step by step instructions on using Websphere Application Server's connection and transaction management when creating Hibernate applications.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/techjournal/0409_patil/0409_patil.html - Sep, 2004 - An Introduction to Object-Relational Mapping with Hibernate by Olexiy Prokhorenko, Alexander Prohorenko - [Clicks: 373]
Store objects of any kind without the common data persistence problems.
http://www.developer.com/java/data/article.php/3391131 - Aug, 2004 - Put JSF to work: Build a real-world Web application with JavaServer Faces, the Spring Framework, and Hibernate by Derek Yang Shen - [Clicks: 535]
Building a real-world Web application using JavaServer Faces is not a trivial task. This article shows you how to integrate JSF, the Spring Framework, and Hibernate, and describes best practices and design guidelines for building a real-world Web application using these technologies.
[Includes source code]
http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html - Jul, 2004 - Hibernate: A Developer's Notebook by James Elliott - [Clicks: 439]
Hibernate: A Developer's Notebook shows you how to use Hibernate to automate persistence, allowing you to write natural Java objects and some simple configuration files, and then Hibernate automates all the interaction between your objects and the database.
[Chapter 2. Introduction to Mapping]
http://javaboutique.internet.com/resources/hibernate/ - Jul, 2004 - Working with Hibernate in Eclipse by James Elliott - [Clicks: 510]
I recently started using Eclipse as my development environment, in part because of its support for the many platforms on which I develop, and in part because Eclipse is a great example of the power of an open, extensible environment in which people all around the world can contribute. I'm beginning to investigate the extensions people have come up with. For example, I use a little plugin called XMLBuddy to work with XML files, and it's very helpful. So I became curious about whether anyone had written plugins to work with Hibernate, since I've done so much of that recently in putting together the Developer's Notebook. It turns out there are several such efforts underway; in this article we will explore one of them -- the Hibernate Synchronizer.
http://www.onjava.com/pub/a/onjava/2004/06/23/hibernate.html - Jun, 2004 - Cayenne and Hibernate by Bill Dudney - [Clicks: 191]
Bill Dudney provides his thoughts on the Cayenne ORM mapping tool. He looks at its APIs, ease of use, and compares it to Hibernate.
http://www.theserverside.com/blogs/showblog.tss?id=CayenneAndHibernate - Jun, 2004 - Capture the benefits of asynchronous logging by Madhusudhan Konda - [Clicks: 133]
Application logging is a significant component in software development and always vital for an application's health. The traditional logging services are synchronous and prove to be an overhead especially in mission-critical states. Traditional logging does not provide distributed logging services effectively. In a distributed computing environment such as J2EE, clients are expected to log to a central database concurrently. J2EE architectures do not advocate logging to files or consoles. By taking advantage of Java Message Service (JMS), you can replace traditional synchronous logging with asynchronous logging. Asynchronous logging decouples clients from the log service, allowing nonblocking operations. The critical data is delivered once and only once in a guaranteed mode to the destination. The log messages can then be persisted using Hibernate with ease and comfort. This article develops such a log service using JMS and Hibernate.
[Includes source code]
http://www.javaworld.com/javaworld/jw-05-2004/jw-0510-logging.html - May, 2004 - Object-relation mapping without the container by Rick Hightower - [Clicks: 236]
In this article, regular developerWorks contributor Rick Hightower uses a real-world example to introduce you to two of the most exciting new technologies for the enterprise. Hibernate is an object-relation mapping tool and Spring is an AOP framework and IOC container. Follow along as Rick shows you how to combine the two to build a transactional persistence tier for your enterprise applications.
http://www-106.ibm.com/developerworks/java/library/j-hibern/ - Apr, 2004 - Wiring Your Web Application with Open Source Java by Mark Eagle - [Clicks: 221]
Building a web application with Java can be a complex process when architecting a combination of UI, business logic, and persistence. This article introduces a way to leverage open source software to lessen the burden.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/04/07/wiringwebapps.html - Apr, 2004 - Introducing HQL: The Object-Oriented Query Language from Hibernate by Mugdha Chauhan - [Clicks: 269]
Extend the power of Hibernate with HQL. This query language, designed as 'minimal object-oriented extension to SQL', facilitates writing database-type independent queries that are converted to local SQL dialect of underlying database at runtime.
http://www.developer.com/java/ent/article.php/3322131 - Mar, 2004 - O/R Mapping with Hibernate by Mugdha Chauhan - [Clicks: 336]
Hibernate, an Open Source project available for free, is a powerful, high-performance object/relational mapper for the Java environment. Hibernate helps create an efficient 'persistence layer' for an object-oriented application that handles storing application data to and retrieving data from a relational database. Hibernate achieves this by effectively mapping the data representation of an object to a relational database structure.
http://www.developer.com/java/data/article.php/3312051 - Feb, 2004 - Hibernate your Data by Davor Cengija - [Clicks: 374]
This article shows how powerful Hibernate is. You've learned how easy it is to persist any kind of Java object, to manipulate a hierarchy of objects, handle collections, and work with transactions. But the scope of Hibernate's functionality is much wider. It handles full transactions with commit and rollback, inheritance, a few types of collections, and offers very powerful object-oriented query language, HQL, which supports associations and joins, polymorphism, subqueries, etc. Your next step is to read the Hibernate Reference Documentation and to start using Hibernate in your day-to-day work.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/01/14/hibernate.html - Jan, 2004
- Professional Hibernate
by Eric Pugh, Joseph D. Gradecki - [Clicks: 238]
This book is written for professional Java developers who already understand how to build server-side Java applications. The book assumes no previous experience with Hibernate, though readers should have a general familiarity with databases and Web development.
Wrox, Paperback - Sep, 2004 - Hibernate in Action
by Christian Bauer, Gavin King - [Clicks: 299]
Hibernate in Action carefully explains the concepts you need, then gets you going. It builds on a single example to show you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching. The authors created Hibernate and they field questions from the Hibernate community every day - they know how to make Hibernate sing. Knowledge and insight seep out of every pore of this book.
Manning Publications, Paperback - Aug, 2004 - Better, Faster, Lighter Java
by Bruce Tate, Justin Gehtland - [Clicks: 100]
In Better, Faster, Lighter Java authors Bruce Tate and Justin Gehtland argue that the old heavyweight architectures, such as WebLogic, JBoss, and WebSphere, are unwieldy, complicated, and contribute to slow and buggy application code. As an alternative, the authors present two "lightweight" open source architectures, Hibernate and Spring, that can help you create enterprise applications that are easier to maintain, write, and debug, and are ultimately much faster.
O'Reilly Media, Inc., Paperback - Jun, 2004 - Hibernate: A Developer's Notebook
by James Elliott - [Clicks: 378]
Hibernate: A Developer's Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don't even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you've needed to add a database backend to your application, don't put it off. It's much more fun than it used to be, and Hibernate: A Developer's Notebook shows you why.
O'Reilly Media, Inc., Paperback - May, 2004
- betterpetshop by John Mammen - [Clicks: 1036]
Petshop application using Tapestry, Spring and Hibernate
https://betterpetshop.dev.java.net/ - Apr, 2004 - Demo Application Tapestry and Hibernate by John Mammen - [Clicks: 1197]
This is sample application using Hibernate and Tapestry.
http://217.164.144.19:7001/likehotnotWeb/app - 2004
- Hibernate - XDoclet Tutorial by Pascal Betz - [Clicks: 1668]
The tutorial covers the generation of Hibernate mapping files with XDoclet. If you are new to the Hibernate/XDoclet combo and want to have a glimpse into the world of ORM tools, then this is for you.
[Version 1.2]
http://www.downside.ch/hibernate/ - Dec, 2004 - Introducing The Road to Hibernate by Michael Glogls - [Clicks: 1111]
The Road to Hibernate is an introductory tutorial for new users of Hibernate. We start up with a simple command line application using an in-memory database and develop it further in small steps, until we reach a full fledged J2EE-Application using Hibernate, EJBs, XDoclet and all the other nifty stuff. This tutorial is intended to be for beginning users of Hibernate, but with advanced Java knowledge.
http://www.gloegl.de/5.html - Oct, 2004 - Hibernate, Spring, Middlegen, Xdoclet Tutorial by Tyler Pitchford - [Clicks: 1257]
This tutorial is built to help java developers get Hibernate, Spring, Middlegen and XDoclet up an running in a timely fashion. When I first began learning Hibernate, Spring, Middlegen, and XDoclet, I was overwhelmed by how large and involved each package was. Literally, there are thousands of files to deal with, vast amounts of jars to wade through, and so many different xml files that it's hard to know where to start.
http://www.warfrog.com/hibernatetutorial/ - Apr, 2004
- Internationalized data in Hibernate by Gavin King - [Clicks: 136]
Developers sometimes have to deal with the internationalization of data. Gavin King discusses his preferred solution to the problem of using internationalized reference data as UI labels. He documents the implementation of a real example.
http://www.theserverside.com/blogs/showblog.tss?id=HibernateInternational - Jul, 2004 - The Scope of Hibernate Three by Gavin King - [Clicks: 62]
After more than a year of activity, development of the Hibernate2 branch has finally been wound up; Hibernate 2.1.3 will be one of the last releases and represents a rock-solid POJO persistence solution with essentially all the functionality needed by a typical Java application. Any future release of Hibernate 2.1 will contain only bugfixes. The branch that we have been calling 2.2, will actually be released as version 3.
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2004/04/02#three - Apr, 2004