EJB : Bean Managed Persistence[ BMP ]
What is Bean Managed Persistence? |
Entity Bean has the following behaviour
- They are a representation of persistent data
- They can survive a crash
- Multiple clients can be using EJBs that represent the same data
- The EJB instance contains a copy of the data in the persistent store
- has a Primary key like in a Database record.
Examples for BMP-Bean Managed Persistence |
Click here to Download the code
BMP Deployment follow as below
Run Client Application
Recent Comments