Enterprise JavaBeans
These are essentially JavaBeans implemented in the middle tier (as opposed to “normal” client side application)
They naturally involve use of a Java Server (such as Jeeves from JavaSoft) and servlets which are server-side equivalent of applets
They have resource management and security features and are aimed at multi-user server -- not typically single user client applications
They access
- JDBC Java Database Connectivity API
- JNDI Java Naming and Directory Interface API
- JTS Java Transaction Service API
- JIDL Java IDL (CORBA) Interface Definition Language API
- JMS Java Management API
- JMAPI Java Message Services API