1.

Why Use Xml Binding?

Answer»

It’s not necessary

  • everything that must be done with XML can be done with SAX and DOM

It’s easier

  • don’t have to write as much code
  • don’t have to LEARN SAX and/or DOM

It’ s less error-prone

  • all the features of the SCHEMA are utilized
  • don’ t have to remember to manually implement them

It can allow CUSTOMIZATION of the XML structure

  • UNLIKE XMLEncoder and XMLDecoder in the java.beans package

It’s not necessary

It’s easier

It’ s less error-prone

It can allow customization of the XML structure



Discussion

No Comment Found