Mastery in Java EJB Step by Step EJB Application

Mastery in Java EJB Step by Step EJB Application

EJB (Enterprise Java Bean) is used to develop scalable, robust and secured enterprise applications in java.

The development of EJB 3 is faster than EJB 2 because of simplicity and annotations such as

  1. @EJB
  2. @Stateless
  3. @Stateful
  4. @TransactionManagement
  5. @Resources
  6. @SessionContext etc.

Leave a Reply