Evaluating JAXB

zeta_205

New Member
I have a couple of questions about JAXB:[*]What options are there for parsing? Can I implement / plugin my own parser easily?[*]What about validity? Suppose I have a relaxed parser that is somewhat relaxed regarding the schema. Can I still create an (invalid) object-structure?[*]Does JAXB provide special means to do e.g. validation on the objects? I'd like to parse to an "invalid" object structure, have some algorithm repair it, then validate (in Java).[*]Does JAXB provide other means to do fancy things on the objects (e.g. visitor pattern).[*]What about the memory footprint? Is the object representation (disregarding the parsing) feasible for XML files of 10-100MB?Good tutorials covering this kind of questions are appreciated, Google revealed only coarse overviews.
 
Back
Top