1 |
These are essentially JavaBeans implemented in the middle tier (as opposed to "normal" client side application)
|
2 |
They naturally involve use of a Java Server (such as Jeeves from JavaSoft) and servlets which are server-side equivalent of applets
|
3 |
They have resource management and security features and are aimed at multi-user server -- not typically single user client applications
|
4 |
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
|