Hibernate

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  Presentations
  

Articles:
  • Hibernate Mapping Patterns for Legacy Databases: Part II by Alex Antonov   - [Clicks: 513]
    In part 2, I continue to show helpful patterns and techniques for accessing legacy databases using Hibernate 3.0.
    [Includes source code and mapping files]
    http://blog.exadel.com/?p=20 - Dec, 2005
  • Hibernate Class Generation Using hbm2java by John Ferguson Smart   - [Clicks: 377]
    John Ferguson Smart shows how the hbm2java tool can sync your Hibernate mappings and POJO classes, and how to make this part of an automated Ant- or Maven-based process.
    http://www.onjava.com/pub/a/onjava/2005/12/14/hibernate-class-generation-with-hbm2java.html - Dec, 2005
  • Hibernate for Java SE by Jason Lee   - [Clicks: 357]
    Jason Lee shows strategies for using Hibernate outside of the usual Java EE container and considers the benefits and hazards of doing so.
    http://www.onjava.com/pub/a/onjava/2005/11/16/hibernate-for-java-se.html - Nov, 2005
  • Speed Up Your Hibernate Applications with Second-Level Caching by John Ferguson Smart   - [Clicks: 425]
    Newer Hibernate developers sometimes don't understand Hibernate caching and use it poorly as a result. However, when used correctly, it can be one of the most powerful ways to accelerate Hibernate applications.
    [Includes source code]
    http://www.devx.com/dbzone/Article/29685 - Nov, 2005
  • Hibernate Basics by Patrick Peak, Nick Heudecker   - [Clicks: 963]
    Begin your learning curve with the most basic Hibernate configuration then move on to exploring mapping file definitions and advanced configuration options.
    http://www.developer.com/java/other/article.php/3559931 - Oct, 2005
  • Java J2EE Hibernate Extreme Makeover: Architecture Edition by Franz Garsombke   - [Clicks: 399]
    In the past few years there has been a proliferation of frameworks that allow for lighter, faster, and loosely coupled Java projects. These frameworks not only let you decouple your Java project from the application server for unit testing, they also allow for more agile refactoring, testing, and design techniques. This article will focus on telling the story of a large-scale refactoring effort implementing Spring and Hibernate as the underlying infrastructure tools. For those living under an abacus Spring is a J2EE framework built to handle many of the plumbing issues on a typical J2EE application. Hibernate is a popular Open Source Java object/relational persistence framework.
    http://jdj.sys-con.com/read/140097.htm - Oct, 2005
  • Hibernate mapping patterns for legacy databases: Part I by Alex Antonov   - [Clicks: 392]
    Things would be much simpler if our object/relational mapping projects could start completely from scratch on the relational database end, but this not often the case. To help with these cases of mapping to legacy databases, I have collected together some useful patterns based on Hibernate 3.0. Here are two patterns to start with.
    [Includes source code and mapping files]
    http://blog.exadel.com/?p=16 - Oct, 2005
  • Unit Testing Hibernate Mapping Configurations by Johannes Brodwall   - [Clicks: 337]
    In the last few years, Hibernate has become one of the most popular Java open source frameworks available. However, developers don't always remember that the mapping files that drive Hibernate's behavior are as much a part of the program as the Java code. These files can contain defects, behave unexpectedly, and break when you change other parts of your system. In this article, I will show how you can use unit testing to assess the correctness of your Hibernate configuration. The article is a step-by-step approach that also explains some of the more common difficulties you may encounter while using Hibernate.
    [Includes sample code]
    http://today.java.net/pub/a/today/2005/10/11/testing-hibernate-mapping.html - Oct, 2005
  • What Is Hibernate by James Elliott   - [Clicks: 559]
    James Elliott describes the enlightened laziness that resulted in the development of Hibernate, how it works, and when it makes good sense to use it in your projects. James is the author of Hibernate: A Developer's Notebook.
    http://www.onjava.com/pub/a/onjava/2005/09/21/what-is-hibernate.html - Sep, 2005
  • Upload Files with Struts, Store Them with Hibernate by Alexander Prohorenko, Olexiy Prokhorenko   - [Clicks: 642]
    Every Web developer has had to implement a customer's file upload functionality in a project at least once. This article explains all the bottlenecks involved in this task and provides functional, easy code you can use in your own projects.
    http://javaboutique.internet.com/tutorials/struthiber/ - Aug, 2005
  • Hibernate Querying 103: Reporting with JasperReports by John Smart   - [Clicks: 302]
    In the final part of the series, John Smart investigates how you can integrate JasperReports reporting with Hibernate data sources in an optimal manner, without sacrificing ease-of-use or performance.
    http://www.javalobby.org/articles/hibernatequery103/ - Aug, 2005
  • Hibernate 3 Formulas by Dai Yifan   - [Clicks: 858]
    In this article, we will show how various features of formula can help in model conversion. Before Hibernate 3.x, the formula attribute could only appear in a property element. While you can still do that, Hibernate 3.x provides a formula attribute or element (both are virtually equivalent in terms of formula usage) that can be used in many elements, including discriminator, many-to-one, one-to-one, element, many-to-many, map-key, map-key-many-to-many, and property. This adds much flexibility to object-relational (O-R) mapping, and thus allows further fine-grained interpretation of complex data models.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/08/03/hibernate.html - Aug, 2005
  • Hibernate Criteria API: Multi-Criteria Search Made Easy by John Ferguson Smart   - [Clicks: 397]
    The Hibernate Criteria API, a powerful and flexible alternative to traditional HQL queries, makes writing all those tricky multi-criteria search functions -- as well as dynamic queries in general -- much easier.
    http://www.devx.com/Java/Article/28754 - Jul, 2005
  • Hibernate Querying 102: The Criteria API by John Smart   - [Clicks: 402]
    John Smart continues his Query API tutorial with a step by step guide to using the Hibernate Criteria API, a powerful and elegent alternative to HQL well adapted for dynamic search functionalities.
    http://www.javalobby.org/articles/hibernatequery102 - Jul, 2005
  • Hibernate Querying 101 : tips and tricks by John Smart   - [Clicks: 611]
    Simple techniques can often yield serious performance improvements. In this first article of a 3-part series, John Smart shares real-world insights about how to fine-tune your Hibernate queries.
    http://www.javalobby.org/articles/hibernate-query-101/ - Jul, 2005
  • Use Hibernate and JSF with Less Coding by Igor Shabalov   - [Clicks: 862]
    As you can see from the heading, I’d like to talk a bit about JSF and Hibernate. Both technologies promise us better results with less code. Perfect, this is exactly what I’m looking for. I strongly believe that less coding is better, even if it comes with a price. To demonstrate this, I will build a realistic example that interacts with both user and database using JSF and Hibernate. Both technologies promise us a truly declarative way of coding, hiding most of the complexity under the hood. This is good, but there is also a price for this that I’ll talk about later.
    http://blog.exadel.com/?p=8 - Jun, 2005
  • Domain Searching Using Visitors by Paul Mukherjee   - [Clicks: 189]
    Paul Mukherjee introduces a search strategy based on the Visitor design pattern, shows how it works with SQL and Hibernate, and discusses its advantages.
    [Includes source code]
    http://www.onjava.com/pub/a/onjava/2005/06/01/searchvisitor.html - Jun, 2005
  • Using Hibernate with WebSphere Information Integrator by C. Saracco   - [Clicks: 152]
    WebSphere Information Integrator extends the reach of open source persistence frameworks and enables Java programmers to develop object models that integrate data from diverse data sources. In this article, you'll learn how to use Hibernate with WebSphere Information Integrator.
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0505saracco/index.html - May, 2005
  • Migrate Your J2EE Apps from EJB to Hibernate by Lara D'Abreo   - [Clicks: 340]
    You've decided to switch from EJB to Hibernate for persistence in your J2EE applications, but you don't know what to do with your existing EJB tier. Learn how a few decisions upfront, some simple ground rules, and design patterns can smooth the transition.
    http://www.devx.com/Java/Article/27954 - Apr, 2005
  • Hibernate 3 Adds XML-Relational Persistence by Edmon Begoli   - [Clicks: 225]
    Thanks to the XML persistence features in the recently released Hibernate 3, Java developers now have a framework that provides an efficient and consistent method for effortless OR and XML persistence.
    http://www.devx.com/Java/Article/27896 - Apr, 2005
  • Unit-Testing Hibernate With HSQLDB by Alex Vollmer   - [Clicks: 196]
    Alex Vollmer shows how you can use Hibernate and HSQL to test persisted data.
    http://www.theserverside.com/articles/article.tss?l=UnitTesting - Apr, 2005
  • Hibernate vs. Rails: The Persistence Showdown by Patrick Peak   - [Clicks: 99]
    Ruby on Rails also contains its own ORM. This article makes an investigative comparison between Rails Active Record and Hibernate, looking at architecture, features, and suitability for projects small and large.
    http://www.theserverside.com/articles/article.tss?l=RailsHibernate - Mar, 2005
  • Your Hibernate-Powered Application is Ready for CMT by Olexiy Prokhorenko   - [Clicks: 142]
    Olexiy Prohorenko shows how to use Hibernate for your applications persistence needs, and pick up container-managed transactions in the process.
    [Includes sample code]
    http://today.java.net/pub/a/today/2005/01/14/tranhiber.html - Jan, 2005
  • Working with Hibernate in Eclipse by James Elliott   - [Clicks: 888]
    Jim Elliott explores Hibernate Synchronizer -- a plugin that automatically updates your Java code when you change your mapping document. Jim takes you through the plugin's installation, configuration, code generation, and more. Jim is the author of Hibernate: A Developer's Notebook.
    http://www.onjava.com/pub/a/onjava/2005/01/05/hibernate.html - Jan, 2005

[Top]

Books:
  • Pro Hibernate 3  by Jeff Linwood, David Minter   - [Clicks: 463]
    Pro Hibernate 3 is the first book to offer complete coverage of Hibernate 3's new features. Authors Linwood and Minter discuss the new persistence layer and share design tips and best practices. And the duo goes beyond just explaining “how to” use parts of Hibernate; they probe well beneath the surface, and teach you how to step back and solve problems thoroughly. If you have experience using Java with databases, but lack experience with Hibernate, then this book is ideal for you. Similarly, if you have some familiarity with Hibernate 2 and now want to learn the nuances of version 3, then this book is a wise addition to your library.
    Apress, Paperback - Jul, 2005
  • Hibernate Quickly  by Patrick Peak, Nick Heudecker   - [Clicks: 325]
    A concise introduction to Hibernate's many configuration and design options, this book distills Hibernate into digestible pieces with many code examples, practical usage scenarios, and coverage of the tools available to developers writing Hibernate applications. Using a crawl, walk, run teaching methodology, developers will learn what Hibernate is, what it can do, and how it can be used effectively. New Hibernate features are covered and the provided code examples are incrementally evolved as new concepts are introduced. The examples included would execute from Ant and run as JUnit test cases. An understanding of JUnit is not required and running the code as a series of test cases allows for the easily demonstrated functionality without resorting to a complicated web application. How Hibernate can work with other common development tools and frameworks like XDoclet, Struts, Webwork, Spring, and Tapestry is also discussed as well as writing mapping files and creating associations.
    Manning Publications, Paperback - May, 2005

[Top]

Presentations:
  • Hands-On Hibernate by Brian McCallister   - [Clicks: 802]
    Hibernate is a popular persistence library, often used for web applications or as an alternative to Container-Managed Persistence for Entity Beans. It also seems very well aligned with the changes to Entity Beans in the forthcoming EJB 3.0 specification. However, Hibernate has a learning curve of its own. This session is aimed at overcoming that curve, by explaining key concepts and obstacles with Hibernate, including transactions, sessions, relationships, caching, basic performance optimizations, and more.
    http://chariotsolutions.com/slides/osconf2005-hibernate.pdf - Mar, 2005 - (PDF)

[Top]