public class DAOFactory
{
    public static ProductDAO getProductDAO()
    {
        Product pDAO = new ProductTextFile();
        return pDAO;
    }
}
//*****************************************************

page 283












Site hosted by Angelfire.com: Build your free website today!