DB2

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

Articles
Tutorials
  

Articles:
  • Using the Java CachedRowSet implementation with DB2 UDB by Kulvir Singh Bhogal   - [Clicks: 54]
    Cached Row Sets are a new offering of Java(tm) 1.5 emerging from the efforts of JSR114. This new capability enables you to have a serializable disconnected object. This means you can connect to the database, grab your data in the form of a result set, release the connection and manipulate it locally, then resume your connection to complete the transaction, thus using far less connection and server resources. This article shows you how to make it work with DB2® Universal Database(tm). Sample code included.
    [Includes source code]
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0406bhogal/ - Jun, 2004
  • J2EE and IBM object-relational databases by Jacques Roy   - [Clicks: 24]
    WebSphere's growing successes demonstrate the increased use of the J2EE environment for business application deployment. Technical people everywhere must familiarize themselves with this environment. This article provides an overview of the J2EE environment. It then discusses object oriented approach (analysis, design, implementation) that is used in any J2EE development and some issues related to object persistence as it relates to the use of object-relational database management systems (ORDBMS).
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0405roy/index.html - May, 2004
  • The Express route to Web application development by Sham Sham Lim   - [Clicks: 36]
    This article introduces the Java developer to the basics of application with WebSphere Application Server - Express using DB2 Express for the data store. It covers the basic architecture of WebSphere Application Server - Express and DB2 UDB Express, explains terminology, and covers details you will need to know, from installation of the products, through configuration, to deploying a Java application.
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0405lim/index.html - May, 2004
  • DB2 Basics: Exploit file type modifiers that are built into the DB2 data movement utilities by Roman B. Melnyk   - [Clicks: 36]
    The DB2 data movement utilities -- export, import, and load -- support a variety of options that depend on the type of file used to move data in or out of database tables. These file type modifiers significantly broaden the capabilities of the data movement utilities, and can be used to enhance their performance. This article describes each of the supported modifiers and shows you, by way of working examples, exactly how to use them.
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0405melnyk/ - May, 2004
  • Portlet access to DB2 data by Kulvir Singh Bhogal   - [Clicks: 127]
    In this article, you will see how to use WebSphere Application Portlet Builder (WPAI) as a way to provide graphical access through WebSphere Portal Server to data in DB2 Universal Database. You'll learn about WPAI, learn how to connect up to DB2, then see how to graphically develop a portlet application step by step, including mapping business objects which provide an intutive view of entities in the database.
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0404bhogal/index.html - Apr, 2004
  • Cloudscape to DB2 migration by Hana Curtis   - [Clicks: 45]
    This article describes the considerations for migrating a Cloudscape application to DB2 Universal Database for Linux, UNIX and Windows. It covers migration of the database tables and data, application objects in the database, such as stored procedures and triggers, and the application.
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0406curtis/index.html - Mar, 2004
  • Tips for improving INSERT performance in DB2 Universal Database by Bill Wilkins   - [Clicks: 44]
    Improving the performance of database inserts is very important to managing a database, especially in an OLTP environment. This article explains exactly what happens when an insert occurs, looks at alternatives, and examines issues that affect insert performance, such as locking, index maintenance, and constraint management. And, to back up his advice, the author includes performance measurement results.
    http://www-106.ibm.com/developerworks/db2/library/tips/dm-0403wilkins/index.html - Mar, 2004
  • Extending portals with DB2 Information Integrator by C. M. Saracco   - [Clicks: 14]
    Using Enterprise Information Integration (EII) technology with Web portals can extend the reach of pre-built components and make it easier to develop custom components. In this article, we'll explain why as well as show you how to get off to a quick start.
    http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0402saracco/ - Feb, 2004

[Top]

Tutorials:
  • Accessing DB2 Everyplace using J2ME devices, part 2   - [Clicks: 78]
    This two-part tutorial assists developers in developing DB2 Everyplace mobile applications using J2ME APIs and deploying the application in the J2ME Emulator using the J2ME toolkit. Part two builds an address book application to access an address book record store, perform updates to it and then synchronize it with the remote DB2 address database.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/dm-dw-dm-0404balani1-i.html - Apr, 2004
  • Accessing DB2 Everyplace using J2ME devices, part 1   - [Clicks: 68]
    This two-part tutorial assists developers in developing DB2 Everyplace mobile applications using J2ME APIs and deploying the application in the J2ME Emulator using the J2ME toolkit. Part one deals with developing the mobile application.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/dm-dw-dm-0404balani-i.html - Apr, 2004

[Top]