COM+
  • COM+ is a component framework that is very similar to EJB
    • Not surprising
      • COM+ is the successor to the Microsoft Transaction Server (MTS)
      • MTS introduced the ideas of declarative transaction and security
      • EJB was patterned after MTS
  • Biggest disadvantage: Single platform
  • Also, only offers components of the stateless session type

Next Slide >>