This document provides instructions for a hands-on lab on packaging and deploying an enterprise application with EJBs, data objects, servlets, and JSPs. It describes creating an enterprise application archive (EAR) file by selecting projects to include from an IDE. It then explains deploying the EAR file to an application server using the server's administrative console and testing the application by invoking test points from JSPs. The goal of the hands-on lab is to demonstrate how to package and deploy the different components of an enterprise application together in a single EAR file.