1.

What Is The Jdom Philosophy?

Answer»

JDOM has been and will CONTINUE to be developed with this philosophy:

  • JDOM should be straightforward for Java programmers.
  • JDOM should support easy and efficient document modification.
  • JDOM should hide the complexities of XML wherever POSSIBLE, while remaining true to the XML specification.
  • JDOM should integrate with DOM and SAX.
  • JDOM should be lightweight and fast.
  • JDOM should SOLVE 80% (or more) of Java/XML problems with 20% (or less) of the effort.

JDOM has been and will continue to be developed with this philosophy:



Discussion

No Comment Found