25 | | 4. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated with new bioplate type `BioplateType.DNA`, annotation type category `Subtype.DNA`, and new annotation types. |
| 25 | 4. Data access object (DAO) class/file `BioplateType.java` in `src/net/sf/basedb/meludi/dao/` updated with new bioplate type `DNA`. |
| 26 | |
| 27 | 5. Data access object (DAO) class/file `ReactionPlate.java` in `src/net/sf/basedb/meludi/dao/` updated with new public static method `List<ReactionPlate> findActiveByBioPlateType(DbControl dc, BioplateType bioPlateType, Subtype subtype, String prefix, int numFreeWells, Annotationtype runDateAnnotation)`. It returns a list of active reaction plates which can hold biomaterial items of the given subtype and have names starting with an optional prefix. |
| 28 | |
| 29 | 6. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated with new bioplate type `BioplateType.DNA`, annotation type category `Subtype.DNA`, and new annotation types. |