Overview of the sample components

The application consists of two components used to manage a glossary of terms and components, and a relational database that manages the glossary data. You will create an EJB entity bean that allows you to search for keyword entries, create and delete keyword entries, and modify definitions. You will also create an EJB stateless session bean that can be used to run arbitrary select queries against the database.