IBM developerWorks > Search results
Skip to main content
developerWorks > developerWorks
developerWorks search results
Search for:   within 
226 results for developerworks hibernate within All of dW
Show me dW forum search results
Search help   |   Feedback

1 - 20 of 226 results        Next    
     Sort by relevance Sorted by RelevanceSort by date 
1.    Hibernate simplifies inheritance mapping
Hibernate is an object-relational mapping and persistence framework that provides a lot of advanced features, ranging from introspection ... Related links Hibernate simplifies inheritance mapping Learn ... page Level: Introductory 14 Dec 2004 Hibernate is an object-relational mapping and ... relational database models. Overview Hibernate is a pure Java object-relational mapping ...
 14 Dec 2004
2.    Using Hibernate to Persist Your Java Objects to IBM DB2 Universal Database
Hibernate, an open source application, provides a way to easily persist your Java objects to DB2 Universal Database without writing a single line of SQL code. Our authors show you how. ... Related links Using Hibernate to Persist Your Java Objects to IBM ... page Level: Introductory 19 Jun 2003 Hibernate, an open source application, provides ... need for developers to write any SQL. Hibernate, an open source application released ...
 19 Jun 2003
3.    Using Spring and Hibernate with WebSphere Application Server
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 ... and retrieval capabilities. Hibernate generates the requisite SQL ... handling and object conversion. Hibernate, like OpenJPA, implements ... EE 5. (See Resources for developerWorks articles on using Hibernate.) Usage scenarios The following ...
 20 Nov 2009
4.    Using Hibernate with WebSphere Information Integrator
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. ... Related links Using Hibernate with WebSphere Information Integrator ... this article, you'll learn how to use Hibernate with WebSphere Information Integrator ... article includes examples based on the Hibernate persistence framework, the Hibernator ...
 26 May 2005
5.    IBM developerWorks : My developerWorks: Podcasts
region Related links Local sites My developerWorks: Podcasts Conversations on software ... creativity Scott Laningham interviews IBM® developerWorks authors and editors as well as thought ... your podcasting software, add the developerWorks podcast feed or channel. Instructions ...
 24 Sep 2009
6.    Migrating legacy Hibernate applications to OpenJPA and EJB 3.0
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.f ... Related links Migrating legacy Hibernate applications to OpenJPA and EJB 3.0 Document ... Intermediate 22 Aug 2007 Learn how to migrate Hibernate application source code, object-relational ... comparing the features and functions in Hibernate applications using EJB 2.1 with equivalent ...
 22 Aug 2007
7.    IBM WebSphere Developer Technical Journal: Developing Hibernate applications for use with WebSphere Application Server
This article provides step by step instructions on using Websphere Application Server's connection and transaction management when creating Hibernate applications. ... WebSphere Application Server in Hibernate; when Hibernate manages transactions, it does ... this article If you are a developerWorks subscriber, you have a single ... you can subscribe today. <hibernate-configuration> <session-factory ...
 15 Sep 2004
8.    IBM developerWorks : WebSphere Application Server zone
The WebSphere Application Server zone on IBM developerWorks brings together resources to help developers be successful with the WebSphere Application Server family of products, including
 19 Nov 2009
9.    Don't repeat the DAO!
... become feasible. In this article, system architect Per Mellqvist presents a generic DAO implementation class based on Hibernate. He then shows you how to use Spring AOP introductions to add a typesafe interface to the class for query execution. ... DAO! Build a generic typesafe DAO with Hibernate and Spring AOP Document options Document ... generic DAO implementation class based on Hibernate. He then shows you how to use Spring ... tools to avoid code repetition. With Hibernate, for example, you can simply use session ...
 12 May 2006
10.    The Spring series, Part 2: When Hibernate meets Spring
Naveen Balani continues his Spring series with a how-to guide to integrating Hibernate transactions with Spring aspect-oriented programming (AOP). The result is a persistence framework you can count on. ... series, Part 2: When Hibernate meets Spring Hibernate ... to integrate Spring Hibernate and Spring AOP. The ... Spring AOP stacks up ( developerWorks , February 2005). Get ... customer.getUserId(),Hibernate.STRING); if(list.size ... various articles for IBM developerWorks covering such topics ...
 02 Aug 2005
11.    Implementing composite keys with JPA and Hibernate
... integer, and this can be left with confidence to the tooling. Occasionally, you come across a situation where a composite key is required, and you need a strategy for this. This tip shows you how to implement composite keys with JPA and Hibernate. ... developers. Visit the developerWorks Open source zone for ... platform. Go to the Hibernate site for background ... enhancement to My developerWorks, you'll be able to ... http://www.ibm.com/developerworks/js/artrating/ SITE ... keys with JPA and Hibernate publish-date=08252009 ...
 25 Aug 2009
12.    developerWorks : Open source : Apache Derby project resources : Highlights
integrate open source into your IT strategy. Visit the developerWorks one-stop shop for Ajax how-to articles, tutorials ... Document options requiring JavaScript are not displayed developerWorks spaces Other project resources Special offers
 22 May 2007
13.    Develop DB2 applications using persistence-based frameworks
Get an overview of various persistence-based frameworks for DB2, 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.f ... Linux®, UNIX®, and Windows®, including Hibernate, Java™ Data Objects (JDO), and Java ... applications employing the widely used Hibernate and Spring framework. In this tutorial ... commonly used persistence frameworks like Hibernate, JDO, and plain JDBC 3.0 with DB2. Build ...
 06 Apr 2006
14.    Secrets of lightweight development success, Part 1: Core principles and philosophies
Lightweight technologies like Spring and Hibernate are often dismissed as such. In fact ... found are SolarMetric's Kodo JDO and Hibernate (see Resources). I'll compare these ... in Part 5 of this series. Visit the developerWorks Open source zone for extensive how-to ...
 10 May 2005
15.    Secrets of lightweight development success, Part 6: Persistence strategies
... make the popular choice, whether it's Enterprise JavaBeans or Hibernate. Often, you don't need a full object relational mapping layer ... if you do, other persistence solutions have much to offer. Hibernate is free and rich. Kodo JDO has excellent management and mapping ... whether it's Enterprise JavaBeans or Hibernate. Often, you don't need a full object ... persistence solutions have much to offer. Hibernate is free and rich. Kodo JDO has excellent ... application. Frameworks like JDO and Hibernate provide many ways to improve and tune ...
 06 Sep 2005
16.    Mastering Grails: Grails and legacy databases
... Grails naming standard. If you have Java classes that already map to your legacy databases, Grails allows you to use them unchanged. You'll see examples that use Hibernate HBM files and Enterprise JavaBeans 3 annotations with legacy Java classes. ... unchanged. You'll see examples that use Hibernate HBM files and Enterprise JavaBeans 3 ... works Using legacy Java classes with Hibernate mapping files Now that you understand ... 1.5 brought annotations into the mix, Hibernate users created XML mapping files called ...
 15 Jul 2008
17.    The new look of developerWorks content
... release of the new look for developerWorks articles. This new design ... and lets you interact with developerWorks and other users. It also ... features integrate related developerWorks and community-generated content ... Country/region The new look of developerWorks content The same great content ... release of the new look for developerWorks articles. This new design ... and lets you interact with developerWorks and other users. It also ...
 27 Jul 2008
18.    Architectural manifesto: MDA in action
Put what you've learned about MDA into practice this month and see how to simplify Spring-Hibernate development with an open source Model Driven Architecture (MDA) tool. ... action Easy steps to harness Spring, Hibernate, and JBoss Document options Document ... month and see how to simplify Spring-Hibernate development with an open source Model ... the application's user interface, and Hibernate will serve as its persistence framework ...
 12 Oct 2005
19.    Seven simple reasons to use AppFuse
Getting started with open source tools for the Java platform such as Spring, Hibernate, or MySQL can be difficult. Throw in Ant or Maven, a little Ajax with DWR, and a Web framework -- say, JSF -- and you're up to ... for the Java platform such as Spring, Hibernate, or MySQL can be difficult. Throw in ... AppFuse, it only supported Struts and Hibernate. Over the years, I've found better Web ... them as well. Today, AppFuse supports Hibernate or iBATIS as persistence frameworks ...
 08 Aug 2006
20.    Seamless JSF, Part 2: Conversations with Seam
dirty work! Validation with Seam and Hibernate If you wrap your entire form in an s ... validation framework. Instead, you can use the Hibernate Validator annotations to assign validation ... entity class, as shown in Listing 13. Hibernate then double-checks the validations when ...
 01 May 2007
1 - 20 of 226 results        Next    
Search for:   within 
Show me dW forum search results