Developing Web Applications With Ant by Richard Hightower - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

The Applet Project

The applet project is a simple applet that reads the output of the HelloWorldServlet and shows it in a JLabel. The dependency on the Web application is at runtime; there are no compile-time dependencies to the Web application. Let's take a look at the applet next.