Justin,
Generating a DTD would be terrific, it's something on "the list".
Ideally it would be built at runtime based on the loaded modules, not
compile time.
Lloyd
On Jan 29, 2009, at 1:01 PM, Justin Lee wrote:
>> There is no provision in V3 for a DTD as the source of the
>> interfaces. Java interfaces are the source at this point, the
>> @Configured interfaces. A DTD does not work for a pluggable
>> system; it would have infinite variation, never a fixed thing.
>>
> I'm actually in the process of making sure the DTD(s) and the
> interfaces are in sync and then I'll probably just remove the DTDs
> for good measure and work from the interfaces. I'm debating writing
> an hk2/maven mojo to generate a DTD/XSD for basic validation
> (largely for my own benefit).