154 DB2 UDB V8 and WebSphere V5 Performance Tuning and Operations Guide
basic understanding how WebSphere Application Server V5 and DB2 UDB V8
work together.
5.4.1 DB2 Enterprise JavaBean (EJB) sample application
There is a DB2 Enterprise JavaBean (EJB) sample application called
A
ccessEmployee shipped with DB2 UDB V8. This program utilizes server-side
business components known as EJBs to implement distributed applications
using a component-based development model on top of the J2EE platform
provided by WebSphere Application Server. The sample application is provided
in a form of Enterprise Application Archive (EAR). You can find it under
sqllib\samples directory if you have installed the samples. In our test case, the
name of the EAR with compl ...