The Java EE 5 Tutorial

Running the Duke's Bank Application Client Using Ant

    To run the application client, follow these steps:

  1. In a terminal window, go to tut-install/javaeetutorial5/examples/dukesbank/.

  2. Enter the following command:


    ant run
    
  3. At the login prompts, type bankadmin for the user name and javaee for the password. You should see the application client, as shown in Figure 37–5.

    You can now create customers and accounts using the application client.

Figure 37–5 BankAdmin Application Client

A screenshot of the Duke's Bank application client.