Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JDO 2 final (2.0)
-
None
Description
I porpose to split the core20 subproject into two separate subprojects:
- util20 including the utility classes from package org.apache.jdo.util.
- model20 including the meta model implementation, packages org.apache.jdo.model and org.apache.jdo.impl.model.
This allows using a smaller jar in case I'm only interested in the utility classes. This might be more important in the future when adding more utility classes, e.g. web support classes such as servlet filter, a JDO tag library and more.