This document discusses applying MyEclipse, JUnit, and Hibernate to generate code and test data access objects (DAOs) in a Java application. It provides an overview of using Hibernate code generation to create DAOs and configuration files from database tables. It then explains how to apply the JUnit testing framework to test the generated DAOs, including how to set up test classes and methods and run tests via Ant.