|
From: Juergen H. <ju...@in...> - 2005-06-14 19:41:44
|
Everybody, Keith's LabeledEnum and ToStringCreator stuff has been moved over from the sandbox, to be shipped with Spring 1.2.2 (and to be used by Web Flow PR4). I've rearranged the structure and also reworked the implementations / interfaces quite a bit. ToStringCreator and its helpers reside in the "core.style" package now; LabeledEnum and LabeledEnumResolver in "core.enums" (without separate support subpackage; it's all in one package name). I've also reworked the generic comparators: they reside in "util.comparator" now. The biggest change there is that there is no SortDefinition class anymore. Instead, an InvertibleComparator decorator takes over the same role. SortDefinition already was a Comparator decorator before, so was arguably misnamed. Keith / Erwin, could you please make sure that everything's compiling again on the Web Flow side of things. Once the Web Flow module has found its final home in the CVS structure, that is ;-) Juergen |