Java Platform, Enterprise Edition with WebSphere Application Server and DB2
When dealing with a database, Java enterprise programs in the past used the JDBC driver APIs either for dynamic SQL or for static SQL (SQLJ) directly. As an alternative, the usage of Container-Managed Persistence (CMP) was specified and implemented in almost all Java enterprise servers, such as WebSphere Application Server. DB2 for z/OS and WebSphere: The Perfect Couple, SG24-6319 describes this situation and gives multiple examples of how to write DB2 applications with ...