CHAPTER 6Exploring CrosscuttingDesign Patterns

Most enterprise applications should be secured to prevent malicious access. They also require transaction support to maintain data consistency. The Java EE platform containers provide support for both security and transaction. However, these services can be applied in any of the application tiers. Security, for example, can be applied in the presentation tier to prevent unauthorized access of web resources such as Java Server Pages. The EJB business tier components also require protection because they can be accessed by different remote clients. The web services in the integration tier also need secured access. Similarly, transactional services may be used by the business tier or integration tier ...

Get Pro Java™ EE Spring Patterns: Best Practices and Design Strategies Implementing Java™ EE Patterns with the Spring Framework 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.