* in the DAO configuration file (dao.xml).
* @return A configured DaoManager instance
*/
public static DaoManager buildDaoManager(Reader reader, Properties props)
throws DaoException {
return new XmlDaoManagerBuilder().buildDaoManager(reader, props);
}