Objective 7.3: Identify suitable J2EE technologies for the implementation of specified application aspects

Technologies
  • JNDI – Java Naming and Directory service Interface API
  • JMS – Messaging MOM, API.
  • RMI/JRMP – Distributed comms and RPC in java.
  • RMI/IIOP – Distributed comms and RPC, interpretability with OMG ORBs.
  • JDBC – Java Database Connectivity API.
  • EJB – Distributed components for business logic
  • Servlets – HTTP Controller.
  • JSP – HTTP, presentation centric
  • JTA – Java Transaction API.
  • JavaMail – Java Mail APIs.
  • JAF – Java Activation Framework, reflection, etc.

Hall of fame

  • Me: Part I 81%
  • Heros