VOOZH about

URL: https://www.javacodegeeks.com/tag/eclipselink-moxy

⇱ EclipseLink MOXy Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Biju KunjummenJuly 30th, 2012
    0 420

    EclipseLink MOXy as a JAXB provider

    EclipseLink MOXy is a JAXB provider and is a compelling alternative to the default JAXB provider built into JDK. First…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanApril 20th, 2012
    0 142

    GlassFish 3.1.2 is Full of MOXy (EclipseLink JAXB)

    I am very happy to announce that EclipseLink JAXB (MOXy) is now a JAXB ( JSR-222) provider in GlassFish 3.1.2.…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanApril 18th, 2012
    0 121

    MOXy as Your JAX-RS JSON Provider – Client Side

    Recently I posted how to leverage EclipseLink JAXB (MOXy)‘s JSON binding to create a RESTful service.  In this post I…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanApril 16th, 2012
    0 214

    MOXy as Your JAX-RS JSON Provider – Server Side

    In a previous series of posts I covered how EclipseLink JAXB (MOXy) can be leveraged to create a RESTful data…

    Read More »
  • Core Java👁 Image
    Alex StaveleyJanuary 5th, 2012
    3 624

    Make your JAXB cleaner with the MOXy implementation

    The principle advantage of using JAXB when marshalling and demarshalling XML is the programming model. Simply annotate a few POJOs…

    Read More »
  • Core Java👁 Image
    Blaise DoughanSeptember 15th, 2011
    0 245

    Mapping Objects to Multiple XML Schemas – Weather Example

    I have written previous posts on EclipseLink JAXB (MOXy)‘s @XmlPath and external binding file extensions. In this post I will…

    Read More »
Back to top button
Close