The part of an entity bean's deployment descriptor that defines the bean's persistent fields and relationships.
What is "abstract schema name"?
A logical name that is referenced in EJB QL queries.
What is "access control"?
The methods by which interactions with resources are limited to collections of users or programs for the purpose of enforcing integrity, confidentiality, or availability constraints.
What is "activation"?
The process of transferring an enterprise bean from secondary storage to memory. (See passivation.) What is "anonymous access" Accessing a resource without authentication.
What is "ACID"?
The acronym for the four properties guaranteed by transactions: atomicity, consistency, isolation, and durability.
What is "applet"?
A J2EE component that typically executes in a Web browser but can execute in a variety of other applications or devices that support the applet programming model.
What is "applet container"?
A container that includes support for the applet programming model.
What is "application assembler"?
A person who combines J2EE components and modules into deployable application units.