up previous next contents
Next: Java Messaging Service Up: Survey of other server-side Previous: XSLT   Contents

Enterprise Java Beans

  • Allows the developer to write components without explicitly coding for database storage, transactions, thread safety, or remote invocation.
  • XML configuration files are used to mark how components are mapped to databases, which methods require transactions, and how the components can be accessed.
  • The EJB specification is implemented by many vendors including IBM, Borland, BEA, Oracle, and Macromedia. There are also a few open source implementations.


up previous next contents
Next: Java Messaging Service Up: Survey of other server-side Previous: XSLT   Contents