| Article: |
Schemaless Java-XML Data Binding with VTD-XML | |
| Subject: | Seems similar to hand parsing of xml | |
| Date: | 2007-09-24 20:57:34 | |
| From: | karlunho | |
| I like the use of xpath, however I think one of the benefits of using schema based binding + code generation is to get rid of hand coding of parsing code (e.g. writing xpath queries). | ||
Showing messages 1 through 1 of 1.
-
Seems similar to hand parsing of xml
2007-09-26 18:57:34 crackeur [View]



Schema-based data binding:
Pro: no manual coding
Con: *Slow
* requires schema
* sometimes breaks
* can't incrmentally update,