Developing a message-driven bean client
This J2EE client runs inside a client container and accesses the message-driven bean in the same way as the servlet we developed in “Servlet client” on page 579. The code is basically a duplicate of the servlet.
Creating an application client project
To create an application client project:
- Select File -> New -> Project ->J2EE -> Application Client Project and click Next.
- Select Create J2EE 1.3 Application Client project and click Next.
- Enter ItsoBank5Client as name. Select Existing for Enterprise application project, click the Browse button, and select the ItsoBank5EAR project. Click OK and then Next.
- Select ItsoBank5Utility from the Available dependent JARs list (it contains the TransferDataObject and ...