Shailesh Tainwala
Shailesh Tainwala

Reputation: 6507

is JAXB a specification or an implementation?

If it is a specification, how can I get a comprehensive list of implementations that conform to this specification?

Upvotes: 5

Views: 835

Answers (2)

slau
slau

Reputation: 274

JAXB itself is a specification.

Sun provides a Reference Implementation for it, which is now maintained under GlassFish. JaxMe is another implementation of the JAXB specification maintained by Apache.

The Eclipse Foundation also maintains another implementation, MOXy, under EclipseLink.

Upvotes: 10

Matt Ball
Matt Ball

Reputation: 359786

JAXB is both!

Upvotes: 10

Related Questions