Package examples.jconnector

This example demonstrates the use of an entity EJB to interact with a J2EE Connector resource adapter.


  Examples Summary

jconnector.simple Simple Resource Adapter Example
 

Package Description

This example is a package that demonstrates the use of an entity EJB to interact with a J2EE Connector resource adapter. The example is an entity EJBean called AccountBean. In this example, which uses the Black Box resource adapter from the Sun reference implementation, the resource adapter does not use the Common Client Interface (CCI). Instead, it uses JDBC to interact with a DBMS.