+

Search Tips   |   Advanced Search

Task overview: Access data from applications

Various enterprise information systems (EIS) use different methods for storing data. These backend data stores might be relational databases, procedural transaction programs, or object-oriented databases.

IBM WebSphere Application Server provides several options for accessing an information system backend data store:

For all these options, except for using the JCA 1.0 or 1.5 compliant connectors, the prerequisite website details the databases and drivers that are currently supported.


Tasks

  1. Develop data access applications.

    Develop the application to access data using the various ways available through the application server. We can access data through APIs, container-managed persistence beans, bean-managed persistence beans, session beans, or web components.

  2. Assemble data access applications

    Assemble the application by creating and mapping resource references.

  3. Prepare for deployment by ensuring that the appropriate database objects are available. Create or configure any databases or tables required, set necessary configuration parameters to handle expected load, and configure any necessary JDBC providers and data source objects for servlets, enterprise beans, and client applications to use. See the topic Deploying data access applications

  4. Install the application on the application server. See the topic Installing enterprise application files.


Related:

  • Relational resource adapters and JCA
  • JDBC providers
  • Data sources
  • Data access beans
  • Connection management architecture
  • Cache instances
  • Use object cache instances
  • Developing data access applications
  • Assemble data access (EJB) applications
  • Deploy data access (EJB) applications
  • Install enterprise application files
  • Administer data access applications
  • J2C Administered Objects collection
  • J2C Activation Specifications collection
  • WAS prerequisite website