EclipseLink Moxy Provider for JAX-RS and JAX-WS
Posted
by arungupta
on Oracle Blogs
See other posts from Oracle Blogs
or by arungupta
Published on Fri, 13 Apr 2012 04:00:00 -0500
Indexed on
2012/04/13
11:37 UTC
Read the original article
Hit count: 322
/EclipseLink
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 ?© Oracle Blogs or respective owner