WAS v8.5 > Develop applications > Develop data access resources > Develop data access applications > Develop data access applications > Benefits of resource references > Requirements for setting data access isolation levels

Data source lookups for enterprise beans and web modules

During either application assembly or deployment, you must bind the resource reference to the JNDI name of the actual resource in the runtime environment. We can take this action in the assembly tool or as one of the steps during installation of the application EAR file.


Bean-managed persistence bean

When developing your bean-managed persistence (BMP) bean you generally lack knowledge about the name of the data source on the target application server. In a code, do not look up the data source directly. Instead, you look up the resource reference from the java:comp/env namespace file. Let us assume that you look up the resource reference named ref/ds, for example:

In the assembly tool, we specify the name ref/ds in the Resource Reference page on the General Tab. If you know the name of the data source we can specify it in this Resource References page on the Bindings Tab. Note that if we do not specify it here , you must provide this JNDI name when we install the application EAR file.


Container-managed persistence bean

The data source binding process for the container-managed persistence bean is the same process that you perform for bean-managed persistence (BMP) beans. Use the data source JNDI name as a WebSphere binding property for each bean during application assembly.


Servlets and JSP Files

In a servlet application, you look up the data source exactly as you look it up in the BMP bean case.


Related concepts:

Data sources
Unshareable and shareable connections


Related


Configure a JDBC provider and data source using the JMX API
Configure data access for the Application Client
Create or changing a resource reference
Assemble data access applications
Migrating applications to use data sources of the current JCA
Configure a JDBC provider and data source


+

Search Tips   |   Advanced Search