Creating client data from a relational record list

This section describes how to use Faces Client components to create an application using the Relational Record List. It assumes you have the DB2® Sample database installed.
You must first create a Dynamic Web Project with client-side data caching enabled. Be sure you are viewing the project in the Web perspective.
Note: Some Faces Client Components and Client Data have been deprecated and are not recommended for use.
The following have been deprecated and are not recommended for use:
  • Client Data and its associated tooling (such as the Client Data view)
  • Faces Client Components
    • <odc:dataGrid> (Data Grid)
    • <odc:webService> (Web Service)
    • <odc:clientData>
    • <odc:clientBinder>
  1. Creating a relational record list as a page data object
  2. Creating a client data object
  3. Adding a data grid
  4. Save and run the JSP page on a test server when you have finished. After the JSP is compiled and run, you are able to interact with the application.

Feedback