This document provides an introduction to writing a simple thin-client multitiered enterprise application using Java 2 SDK, Enterprise Edition. It describes creating an HTML page, servlet, and session bean to calculate a bonus. The HTML page accepts user input and invokes the servlet, which looks up the session bean. The session bean performs the calculation and returns the result to the servlet, which displays the output on another HTML page. It provides instructions for setting up the software, creating the application components, compiling, deploying, and running the application across multiple tiers.