In this lesson, you will set up the MyDirectory project by importing a project into your workspace. The project includes a single Java class, as well as other files that will be used later.
Because the main focus of this tutorial is binding visual components to a Web service, most of the Java GUI for the "My Company Directory" application has been designed for you already.
The MyDirectory project is the main Java project that you will work with in this tutorial. It contains your DirectoryApp.java file, which is the Java file that contains the main Java application that you are building. This tutorial includes several versions of the MyDirectory project to help you: one for the start of each module and a finished version of the completed project.
In this lesson you imported the example MyDirectory project, which acts as the starting point for this tutorial.