On 6/5/09 5:01 PM, Jason T. Greene wrote:
Vladimir Blagojevic wrote:
> I would also:
>
> - remove current hand maintained schema
> - create schema by automated tools given metadata in annotations
> - create all human readable documentation from these annotations ; my
> original JIRA [1]
> - read all configuration elements from xml using metadata in
> annotations thus avoiding "by hand" reading we have now
Sounds like JAXB :) Although the issue with that, from the last time I
suggested it is that it brings in an extra dep on JDK5. JDK5 will be
end-of-life soon though.
This can be done without JAXB, plain old DOM reading/writing.