EJB 2.0 CMP
Brought to you by:
rphall
Migrate from design based on EJB 1.0 Bean Managed
Persistence to EJB 2.0 Container Managed Persistence.
Get rid of "Snapshot" (a.k.a. read-only) classes.
Control read-only functionality via JAAS and member-roles.
Question: how to design JAAS module that permits
regular members to edit only their own account data,
but which permits a MemberMgr to edit the account data
of all members.