454647484950515253
break; case JDO: registerDAO( new NotesDAOJDOImpl() ); break; case JPA: registerDAO( new NotesDAOJPAImpl() ); break; } }