Plain Old XML

Source: Wikipedia, the free encyclopedia.

Plain Old XML (POX) is the basic

Plain Old Java Object
(POJO).

An interesting question is how POX relates to XML Schema. On the one hand, POX is completely compatible with XML Schema. However, many POX users eschew XML Schema to avoid the poor or inconsistent quality of XML Schema-to-Java tools.[citation needed]

POX is complementary to

REST
: REST refers to a communication pattern, while POX refers to an information format style.

The primary competitors to POX are more strictly-defined XML-based information formats such as

SOAP section 5 encoding, as well as general non-XML information formats such as JSON and CSV
.

External links