The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

BMP

Bean Managed Persistence

In a nutshell, when an entity EJB is configured to use BMP when deployed within a J2EE EJB container, the bean's application code is responsible for managing the bean's persistent data to/from a data repository such as a database table. For example, the bean could use JDBC to read/write to a database.

Also See



Discussion about BMP

Topic BMP . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 23 Oct 2003 - 05:45:03 - Main.redwolf