+

Search Tips   |   Advanced Search

 

Learn about data access resources

 

Find links to Web resources for learning, including conceptual overviews, tutorials, samples, and "How do I?..." topics, pending their availability.

 

How do I?...

  Establish data access using enterprise beans

Checkmark

Develop enterprise beans

Checkmark

Assemble beans into a data access application

Checkmark

Configure access to a relational database
  Configure access to a non-relational database

Checkmark

Create a resource adapter

Checkmark

Create a connection factory
  Establish data access without using enterprise beans

Checkmark

Use optional IBM data access beans

Checkmark

Verify your database vendor requirements (for relational databases)

Checkmark

Configure access to a relational database

Checkmark

Configure access to a non-relational database: See previous
  Establish data access using SDO

Checkmark

The Service Data Objects framework
  Logically name the new resource

Checkmark

Establish resource references
  Deploy your data access application

Checkmark

Install application files (same as any application type)
  Test and monitor database connections

Checkmark

Test connections

Checkmark

Remedy stale connections

Checkmark

Use the JDBC connection pool counter for relational databases

Checkmark

Use the J2C connection pool counter for non-relational databases
  Troubleshoot

Checkmark

Resolve connectivity issues specific to database type

 

Conceptual overviews

Documentation Documentation

Data access resources
   

 

Tutorials

Tutorials are not available at this time.

 

Samples

Samples

The Samples Gallery offers:

     

  • Album catalog

    Album Catalog illustrates access to relational data in a web application via Service Data Objects (SDO) and JDBC Mediator. It illustrates the use of SDOs and JDBC Mediator to display and manipulate data from a relational database in a disconnected fashion.

     

  • Faces Client - Sample Portfolio

    Sample Portfolio is a sample application that demonstrates the use of faces client components. The hello world sample demonstrates how the faces client framework keeps a data model consistent in the browser.

    The portfolio sample mimics a web-based portfolio management application. The goal is to enable users to view all their portfolios, navigate through them, display them graphically, and have them updated on a regular basis with current stock prices as delivered to the page by a Web service. Users will also be able to change quantities on their stocks for analysis purposes. The hello world sample demonstrates the power of the Faces Client framework by showing an MVC (Model View Controller) setup on a page with a very simple model and using two input fields as the controls.