J2EE application client

The J2EE application client is a Java application program that accesses J2EE services such as enterprise beans, Java Database Connectivity (JDBC) databases, and Java Message Service (JMS) message queues. The J2EE application client program runs on client machines. This program follows the same Java programming model as other Java programs. However, the J2EE application client depends on the application client run time to configure its execution environment, and uses the Java Naming and Directory Interface (JNDI) name space to access resources.

 
 
  Basic Calculator Client
A basic calculator application that performs addition, subtraction, multiplication and division, using the BasicCalculator stateless session bean.
 
Class Loader
A simple application that demonstrates loading classes from different places, inside and outside of the application enterprise archive (EAR) file.
 
Launch API
An application that demonstrates how to load a J2EE application client with using the J2EE application client container launch() API, instead of the launchClient script file. This technology is useful when integrating a J2EE application client into a larger application.