Chapter 21. Testing and Debugging EJBs in WSAD

In Chapters 7 and 8 we explored how to develop and test servlets using a simple example that updates employees in a relational database. In Chapter 13, we modified the example using JSPs to simplify dynamic page generation. In Chapter 16 we extended the example domain model and implemented the data mapping layer using Martin Fowler's Data Mapper pattern. Recall that in the summary section of Chapter 16 we discussed a number of issues that weren't covered by the data mapper pattern including domain specific transaction management and security. Data mapper relies on the underlying database management system to provide transaction management and access control through JDBC. Migrating capabilities that ...

Get Enterprise Java Programming with IBM WebSphere now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.