appengine-java-vm-runtime icon indicating copy to clipboard operation
appengine-java-vm-runtime copied to clipboard

Simpify XML parsing with XSD and JAXB

Open jboynes opened this issue 10 years ago • 0 comments

AppEngineWebXml is constructed manually by parsing the file to a DOM and walking the tree. No validation is performed.

We could simplify this by define a XSD to describe the document and then using JAXB to parse it into a object tree.

jboynes avatar Apr 08 '15 17:04 jboynes