Issue Details (XML | Word | Printable)

Key: JDO-388
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michael Bouschen
Reporter: Michael Bouschen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Split core20 into two separate subprojects util20 and model20

Created: 21/Jun/06 04:29 AM   Updated: 09/Jul/06 01:52 AM
Return to search
Component/s: core2
Affects Version/s: JDO 2 final
Fix Version/s: JDO 2 maintenance release 1

Time Tracking:
Not Specified

Resolution Date: 09/Jul/06 01:52 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Bouschen added a comment - 09/Jul/06 01:52 AM
Checked in the change (see revision 420179).