Dino Fancellu wrote:
> 
> Apropos of nothing,
> 
> JDOM looks like a nice abstraction on top of the SAX and DOM APIs. Much more
> Java like.
> 
> I know we already have nice XML property reading stuff, but it does look
> nice.
> 

+0 to me... 
sorry but I don't think is time for changing what's working... let's pay
more attention on what's NOT working! :-)

I didn't take a deep look at it but if you feel this could improve
quality... please go on.

Anyway a needed thing for configuration is a validator for reading
templates (stored in jar), validate it on a DTD or similar basis and ask
to the user to fill needed values. 
So if DTD says there must be an element named <dnsserver> and it must
not be empty we place in the template the <dnsserver> tag empty, on the
validator error the user wiil be asked for fill the element with the
help provided in the help attribute <dnsserver help="place here your dns
server">.

I know Xerces allow pluggable validator... what about JDOM?

Fede


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to