Developing EJBs (continued)...Entity Beans
Share access from multiple users
They participate in Transactions
Entity beans represent data in a database
They are long-lived - as long as the data lives in the database
Can survive EJB Server crashes
They have a persistent Object reference encapsulated by the Primary Key class