This document provides instructions for developing an enterprise application using EJB 3.0 technology in NetBeans 5.5. It shows how to set up an enterprise application project containing an EJB module and web module. It then guides the user through coding an entity class, message-driven bean, and session facade in the EJB module. Finally, it demonstrates creating servlets to display and add messages in the web module.