| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Books | Tutorials |
- Hibernate 3.1 Used with Tomcat 5.5.x by Bill Treuman, Igor Dayen - [Clicks: 988]
This three-article series describes the configuration of Tomcat 5.5.x and Hibernate 3.1 so they can be used together. Part one describes how to configure the Tomcat 5.5 Context.xml file using raw JDBC to access the MySQL database, part two describes the same process with Hibernate intead of raw JDBC, and part three illustrates a Hibernate database update and talks about application design in a shopping cart scenario.
http://www.theserverside.com/tt/articles/article.tss?l=HibernateTomcat - Sep, 2006 - Don't Let Hibernate Steal Your Identity by James Brundege - [Clicks: 230]
Typical means of establishing uniqueness and identity in databases, and thus Hibernate, don't necessarily suit Java's identity-oriented equals() and hashCode() methods. James Brundege has another idea for how to solve this problem.
http://www.onjava.com/pub/a/onjava/2006/09/13/dont-let-hibernate-steal-your-identity.html - Sep, 2006 - Hibernate can meet your validation needs by Ted Bergeron - [Clicks: 598]
While it's important to build data validation into as many layers of a Web application as possible, it's traditionally been very time-consuming to do so, leading many developers to just skip it -- which can lead to a host of problems down the road. But with the introduction of annotations in the latest version of the Java platform, validation got a lot easier. In this article, Ted Bergeron shows you how to use the Validator component of Hibernate Annotations to build and maintain validation logic easily in your Web apps.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/j-hibval.html - Sep, 2006 - Naked Objects 3.0: Integration with Hibernate by Naked Objects Group - [Clicks: 180]
In this article, the Naked Objects group looks at new features included in the Milestone 1 release of version 3.0 of the Naked Objects framework. Among the changes are a POJO programming model and integration with Hibernate.
http://www.theserverside.com/tt/articles/article.tss?l=NakedObjectsHibernate - Sep, 2006 - JOTM Transactions In Spring And Hibernate by Binildas Christudas, Sowmya Hubert - [Clicks: 574]
This article walks you through a running example implemented using a mix of three powerful, complementary J2EE technology frameworks: Spring, Hibernate, and JOTM.
[Includes sample code]
http://today.java.net/pub/a/today/2006/08/31/jotm-transactions-in-spring-and-hibernate.html - Aug, 2006 - Real-World Experiences With Hibernate - [Clicks: 1259]
This article is an overview of some of the lessons that we've learnt with Hibernate at Shine. In it we'll share with you our thoughts on Hibernate after using it on a couple of large projects. We'll also present a liberal sprinkling of real-world examples. We hope that by reading this article, you'll learn from the experiences that we've had when using Hibernate.
http://shinetech.com/pages/viewpage.action?pageId=649 - Jun, 2006 - An Introduction to Java Persistence for Client-Side Developers by Joshua Marinacci - [Clicks: 549]
Joshua Marinacci combines the EJB3 Java Persistence API with Hibernate and HSQLDB to achieve easy, lightweight persistence for the desktop developer.
[Includes source code]
http://today.java.net/pub/a/today/2006/05/23/ejb3-persistence-api-for-client-side-developer.html - May, 2006 - Querying for persistent objects without a query language by Gerald Bachlmayr - [Clicks: 468]
This article describes an easy-to-maintain solution for the persistence of form-entry data within Web applications. All queries are compiler checked and implemented in a programmatically object-oriented way, without using a query language. Furthermore, the mapping between user interface and business logic is clearly decoupled from the mapping between business logic and data storage.
[Includes source code]
http://www.javaworld.com/javaworld/jw-03-2006/jw-0320-query.html - Mar, 2006 - Bridge the gap between Struts and Hibernate by Ted He - [Clicks: 1498]
Hibernate and Struts are currently among the most popular open source libraries on the market. Effectively, they are the default developer selections among competing libraries when building Java enterprise applications. Although they are often used in conjunction with one another, Hibernate was not primarily designed to be used with Struts, and Struts was released years before the birth of Hibernate. To put them to work together, some challenges remain. This article identifies some of the gaps between Struts and Hibernate, particularly related to object-oriented modeling. It also describes a solution for bridging these gaps that involves an extension to the Struts framework. All Web applications built upon Struts and Hibernate can derive benefit from this generic extension.
http://www.javaworld.com/javaworld/jw-03-2006/jw-0306-hiberstruts.html - Mar, 2006 - Using Spring with JDO and Hibernate by Bruce Tate, Justin Gehtland - [Clicks: 1047]
In an earlier excerpt from Spring: A Developer's Notebook, authors Bruce Tate and Justin Gehtland kicked off their discussion of object-relational (OR) persistence with a look at iBATIS. While compelling for some, this option requires serious involvement with SQL. In this excerpt from Chapter 5, they move on to frameworks that more thoroughly isolate your Spring app from SQL.
[O'Reilly Book Excerpts: Spring: A Developer's Notebook]
http://www.onjava.com/pub/a/onjava/excerpt/springadn_ch05/index1.html - Feb, 2006 - Object Generation: A Better Approach to Hibernate Integration by Lance Arlaus - [Clicks: 973]
If you're using Hibernate, your business objects may be littered with unnecessary code. Learn a different, proven approach that challenges conventional wisdom and promises more streamlined integration with less code.
[Include sample code]
http://www.devx.com/Java/Article/30396 - Jan, 2006 - Reporting Made Easy with JasperReports and Hibernate by Peter Sellars - [Clicks: 576]
JasperReports is a valuable and viable reporting solution for Java Web applications. It simplifies report generation through the use of XML report templates that are then compiled using the JasperReports engine for use in reporting modules. These compiled report templates can be filled by data received from a variety of sources including relational databases. JasperReports can be integrated into Web applications and create reports in several file formats including PDF and XLS.
http://jdj.sys-con.com/read/171467.htm - Jan, 2006 - Developing J2EE Applications Using Hibernate Annotations and Spring MVC by M. M. Islam Chisty - [Clicks: 2421]
The first part of this three-part series introduced you to the latest JDK5 annotations feature. In this part, you will learn how to apply these annotations to develop real-world applications. With the combination of Hibernate annotation and Spring MVC, developers can drastically reduce the time at the configuration level. No more artless mapping files, no more klutzy XDoclet tags; life becomes so easy! This article describes a step-by-step procedure of how to build, deploy, and run a simple J2EE-based Web application using the above-mentioned technologies.
[Includes source code]
http://www.developer.com/java/ent/article.php/3577101 - Jan, 2006
- Java Persistence with Hibernate
by Christian Bauer, Gavin King - [Clicks: 882]
Java Persistence with Hibernate is the new bible of Hibernate. As a major revision of the popular Hibernate in Action, it also builds on the same single example application to introduce and explain the latest Hibernate 3.2 in detail. In addition, the new and significantly improved EJB 3.0 Java Persistence standard, and how Hibernate implements it, is covered completely. All possible basic and advanced Hibernate mappings are shown with hundreds of examples in Hibernate's XML format and with Java Persistence annotations for JDK 5.0 alongside. You can get started with Hibernate and Java Persistence at the same time. All examples for any subject - APIs, queries, fetching strategies, caching, transactions, conversations, and many more - are presented in all variations, so you can compare and evaluate the new Java Persistence specification easily. If you are an experienced Hibernate user, this book provides the insight you need to benefit immediately from the new standard, its excellent rich programming model, and the latest Hibernate version.
[Revised Edition of Hibernate in Action]
Manning Publications, Paperback - Nov, 2006 - Getting Started with Hibernate 3 by James Elliott - [Clicks: 708]
Hibernate has clearly arrived. Are you ready to benefit from its simple way of working with relational databases as Java objects? This PDF updates the introductory material from the award-winning Hibernate: A Developer's Notebook to teach you how to jump right in and get productive with the current release of Hibernate. You'll be walked through the ins and outs of setting up Hibernate and some related tools that make it easier to use--and that may give you new ideas about how to store information in your Java programs. In short, this PDF gives you exactly the information you need to start using Hibernate today.
[Short Cuts Series]
http://www.oreilly.com/catalog/hibernate3pdf/ - Aug, 2006 - Hibernate3 Live by Krishnan Anatheswaran - [Clicks: 1362]
Hibernate is a leading open-source object-relational mapping (ORM) tool. It allows plain Java classes to be transparently persisted to a relational database. With its support for most relational databases, it's extremely flexible mapping mechanism and its focus on performance it is rapidly gaining a lot of acceptance and respect in the Java community. Hibernate 3 has recently been released in production. Hibernate Live is targeted to Java developers who are familiar with some of the aspects of Hibernate, or may be new to the technology and interested in learning more.
http://www.sourcebeat.com/TitleAction.do?id=4 - 2006
- Develop DB2 applications using persistence-based frameworks by Naveen Balani - [Clicks: 425]
Get an overview of various persistence-based frameworks for DB2 Universal Database (DB2 UDB) for Linux, UNIX, and Windows, including Hibernate, Java Data Objects (JDO), and Java DataBase Connectivity (JDBC) 3.0. Build DB2 persistence-based applications employing the widely used Hibernate and Spring framework.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/dm-dw-dm-0604balani-i.html - Apr, 2006