Home
Developing the Java EE Application Client
We now use Application Developer to create a project containing a Java EE application client. This application client will be associated with its own enterprise application.
Note: While it is possible to use the new client application with the existing RAD75EJBEAR enterprise application, this is not the recommended approach. The EJB project contains other server resources that should not be distributed to the clients, such as passwords or proprietary business logic.
To develop the Java EE application client sample, we complete the following tasks:
Creating the Java EE application client projects
Configuring the Java EE application client projects
Importing the graphical user interface and control classes
Creating the BankDesktopController class
Completing the BankDesktopController class
Registering the BankDesktopController class as the main class
ibm.com/redbooks