Web / Apache Axiom Interview questions
What does AXIOM stand for?
AXIOM expands to AXis Object Model - the name is a direct reference to the Apache Axis project, since the library was created specifically to serve as Axis2's in-memory XML/SOAP representation.
The naming reflects its origin rather than any acronym describing its technical behavior: it isn't short for anything about streaming, lazy building, or SOAP directly, even though those are the properties it's best known for today.
Axiom later graduated into its own top-level Apache project (Apache Axiom, under the Apache Web Services umbrella) and is now used well beyond Axis2 itself, in projects like Apache Synapse and various WSO2 products, but the name still carries the "Axis" lineage.
More Related questions...