Java thin application client

The Java thin application client provides a lightweight Java client programming model. This client is best for situations where a Java client application exists, but the application needs enhancing to use enterprise beans, or where the client application requires a thinner, more lightweight environment than the one offered by the J2EE application client.

 
 
  Basic Calculator Client
A basic calculator application that performs addition, subtraction, multiplication and division, using the BasicCalculator stateless session bean.