EclipseLink Moxy Provider for JAX-RS and JAX-WS
- by arungupta
EclipseLink MOXy is a JAXB provider bundled in GlassFish 3.1.2. In addition to JAXB RI, it provides XPath Based Mapping, better support for JPA entities, native JSON binding and many other features.
Learn more about MOXy and JAXB examples on their wiki.
Blaise blogged about how MOXy can be leveraged to create a JAX-WS service.You just need to provide data-binding attribute in sun-jaxws.xml and then all the XPath-based mapping can be specified on JAXB beans.
MOXy can also be used as JAX-RS JSON provider on server-side and client-side.
How are you using MOXy in your applications ?