| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Using the Java JoinRowSet implementation with DB2 UDB by Kulvir Singh Bhogal - [Clicks: 115]
The efforts of JSR114 bring you the offering of serializable disconnected objects in Java 1.5. With these objects, you can connect to a database and grab data locally. You can then release your database connection and manipulate the data offline. At a later time, you can reconnect to your database and synchronize changes made to the disconnected objects. In this article, I will show you how you can perform offline JOIN operations on your IBM DB2 Universal Database data using the JoinRowSet interface.
[Includes sample code]
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0507bhogal/index.html - Jul, 2005 - An introduction to JDO 2.0 using JPOX and DB2 Universal Database by Robert Peterson, Kulvir Singh Bhogal - [Clicks: 192]
The Java Data Objects (JDO) specification introduced by the Java Community Process (JCP) is a framework which persists plain Java objects to a data store such as an RDBMS. Java Persistent Objects (JPOX) is a JDO 1.0 (JSR 012) and JDO 2.0 (JSR 243) compliant implementation. This article shows how to use the JPOX implementation to abstract the tedious writing of SQL to persist and retrieve data from your DB2 Universal Database (DB2 UDB) database. We showcase JPOX 1.1, which has been chosen by the Java Community Process to be the reference implementation of JDO 2.0. JPOX is released under the Apache 2.0 open source license and is free to use.
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0506bhogal/index.html - Jun, 2005 - Use the WebRowSet implementation with DB2 UDB by Kulvir Singh Bhogal - [Clicks: 79]
The WebRowSet interface is a product of JSR-114, the efforts of which brought us the offering of the JDBC Rowset in Java 1.5. RowSet objects allow for disconnected interaction with a backend database. This article sheds light on the WebRowSet, which extends from the javax.sql.RowSet interface, and shows you how to implement it with IBM DB2 Universal Database (DB2 UDB).
[Includes sample code]
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0503bhogal/ - Mar, 2005