appengine-java-vm-runtime
appengine-java-vm-runtime copied to clipboard
Simpify XML parsing with XSD and JAXB
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.