This tutorial document provides instructions for developing a sample J2EE application using JBoss Eclipse IDE. The sample application computes the Fibonacci sequence using a stateless session EJB and a servlet. The document walks through creating an EJB class with business methods, generating the related files using XDoclet, creating a servlet class, packaging the application into JAR and WAR files, configuring JBoss, deploying and debugging the application.