Access data from applications

 

Overview

Note: WebSphere Application Server does not support JDBC 3.0.

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's backend data store:

  1. Develop data access applicationsDevelop your application to access data using the various ways available through the WebSphere Application Server. You can access data through APIs, container-managed persistence beans, bean-managed persistence beans, session beans, or Web components.

  2. Assemble data access applications using the.Assemble your application by creating and mapping resource references.

  3. Deploy data access applicationsEnsure 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.

Related concepts
Resource adapter
Connection factory
JDBC providers
Data sources
Data access beans
Connection management architecture
Resource adapter archive file
Related reference
Data access : Resources for learning