| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Adopting a Java Persistence Framework: Which, When, and What? by Sharad Acharya - [Clicks: 198]
Java programmers have a number of persistence frameworks to choose from, and far from being redundant, each is based on significantly different beliefs, assumptions, and ideal use-cases. In this article, Sharad Acharya takes a comparative look at JPA, Entity EJBs, Hibernate, and TopLink, to help you understand which is right for your needs.
http://today.java.net/pub/a/today/2007/12/18/adopting-java-persistence-framework.html - Dec, 2007 - Using Hibernate to Support Custom Domain Object Fields by Enterra Inc. - [Clicks: 85]
Hibernate is a widely used ORM tool for Java. Some applications of it are not always straight forward however. A new InfoQ article looks at using Hibernate to provide a commonly requested feature of custom fields for domain objects without requiring a restart of the system. The article will walk through the solution's implementation, testing, and future improvements.
http://www.infoq.com/articles/hibernate-custom-fields - Nov, 2007 - The Java EE Application as an EJB/Spring/Hibernate Hybrid by Ramanujam A. Rao - [Clicks: 199]
Java EE 5 provides all the features you need to build a robust enterprise application right in an EJB 3.0 container, but incorporating the relative strengths of Spring and Hibernate can further improve the productivity and quality of your application.
[Includes sample code]
http://www.devx.com/Java/Article/35722 - Oct, 2007 - Migrating legacy Hibernate applications to OpenJPA and EJB 3.0 by Donald Vines, Kevin Sutter - [Clicks: 120]
Learn how to migrate Hibernate application source code, object-relational mappings, and configuration parameters to OpenJPA by comparing the features and functions in Hibernate applications using EJB 2.1 with equivalent capabilities in OpenJPA and EJB 3.0.
http://www.ibm.com/developerworks/websphere/techjournal/0708_vines/0708_vines.html - Aug, 2007 - Using Spring and Hibernate with WebSphere Application Server by Tom Alcott, Roland Barcia, Jim Knutson, Sara Mitchell, Ian Robinson - [Clicks: 284]
If you're considering using Spring or Hibernate with IBM WebSphere Application Server, this article explains how to configure these frameworks for various scenarios with WebSphere Application Server. This article is not an exhaustive review of either framework, but a critical reference to help you successfully implement such scenarios.
[Updated for Spring Framework 2.1]
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html - Jun, 2007 - Agile Database Refactoring with Hibernate by Gilad Buzi, Kelley Glenn, Jonathan Novich - [Clicks: 105]
Your data model was near perfect when your application was first written. Since then, it has... evolved. In this article, we will show readers how to upgrade their faulty schemas and data models without affecting existing applications or processes.
[Includes sample code]
http://www.onjava.com/pub/a/onjava/2007/06/07/agile-database-refactoring-with-hibernate.html - Jun, 2007 - XML-to-Database Mapping with Hibernate 3.1 by Deepak Vohra - [Clicks: 184]
Hibernate's latest version introduces a new feature: XML-to-database mapping. Walk through the development of an XML/relational application with Hibernate 3.1.
http://javaboutique.internet.com/tutorials/mapping/ - Apr, 2007 - An Introduction to Hibernate 3 Annotations by John Ferguson Smart - [Clicks: 327]
Hibernate is just about the defacto standard for Java database persistence. With Hibernate 3, it has become even easier to specify how your Java objects are stored in a database. In this article, John Smart shows how Java 5 annotations are used by Hibernate to simplify your code and make persisting your data even easier.
http://www.onjava.com/pub/a/onjava/2007/02/08/an-introduction-to-hibernate-3-annotations.html - Feb, 2007