GeekArticles
Java
J2EE
Java
J2EEJ2EE Design Patterns: CMP-to-BMP Pattern
by Dion Almaer 04/10/2002 EJB 2.0 finally gives us a Container-Managed Persistence (CMP) model to work with. Whenever possible, I like to use CMP beans in my EJB projects; however, for the odd thing, I need to change my entity to be bean-managed. I use the following pattern to allow me to go from a CMP model to a Bean-Managed Persistence (BMP) model in a clean way. In this article, we will discuss: CMP 2.0: What has changed? The Inventory EJB application. Developing a CMP bean....n
Sponsored Links
Read Next: .NET and J2EE Battle for the Enterprise
Related Topics
Subscribe via RSS
J2EE
- Rapid J2EE Development with Oracle ADF
- J2EE Form-based Authentication
- J2EE to .NET Migration: Quick Tips
- Introducing A New Vendor-Neutral J2EE Management API
- Bringing the J2EE Cathedral to the Bazaar
- Integrating EJBs into J2EE apps in WebSphere Studio
- Flash Remoting for J2EE Developers
- Improve J2EE Application Performance with Caching
- Understanding Classloaders: log4j in a J2EE Environment
- JSR 109: Web Services Inside of J2EE Apps
