Multiple choice technology architecture

Which statement is not true when discussing the EJB tier?

  1. The EJB tier hosts the application-specific business objects.

  2. The EJB tier does not host system-level services (such as transaction management, concurrency control and security); they are hosted on the EIS tier.

  3. The EJB tier is a link between the web tier and the EIS integration tier.

  4. The EJB tier hosts the entity beans and session beans, data access objects and value objects and perhaps master-detail modeling using enterprise beans.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The statement 'EJB tier does not host system-level services... they are hosted on the EIS tier' is NOT true. The EJB container (within EJB tier) actually PROVIDES system-level services like transaction management, security, concurrency control, pooling, and lifecycle management. EIS tier handles enterprise information systems like databases and legacy systems.