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.

Hello World Recap

It's important to recap what we have done. We created a common Java library called model.jar. This model.jar file is used by a Web application and a stand-alone executable Java application in an executable JAR file. We created an applet that can communicate with the Web application we create in the next section. Once the applet loads in the browser, the applet communicates over HTTP to the Web application's HelloWorldServlet.