Various enterprise information systems use different methods for storing data. These back end data stores may be relational databases, procedural transaction programs, or object-oriented databases. WebSphere Application Server - Express provides several options for accessing an information system's back end data store:
See these topics for information about developing data access applications, including code examples:
Data access development model
This topic discusses the general steps your code performs to access databases.IBM extensions to the data access API
WebSphere Application Server - Express provides extended data access APIs that you can use to access data.Access data with J2EE Connector Architecture connectors
See this topic for information about programming your data access applications to the JCA specification.Access connection pools from your components
This topic shows an example of how to write code that utilizes the WebSphere Application Server - Express connection manager.IBM data access JavaBeans
Another option you can use to access data is by using IBM's extension to the JavaBeans specification.Data access exceptions
See this topic for information about handling exceptions in your data access applications with IBM extensions to data access exceptions.