VOOZH about

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

⇱ MOXy Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Gerard DavisonApril 20th, 2014
    0 137

    Quick, and a bit dirty, JSON Schema generation with MOXy 2.5.1

    So I am working on a new REST API for an upcoming Oracle cloud service these days so one of…

    Read More »
  • Core Java👁 Image
    Blaise DoughanJuly 29th, 2013
    0 160

    EclipseLink MOXy and the Java API for JSON Processing – Object Model APIs

    The Java API for JSON Processing (JSR-353) is the Java standard for producing and consuming JSON which was introduced as…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanJune 20th, 2013
    0 143

    MOXy’s @XmlVariableNode – JSON Schema Example

    We are in the process of adding the ability to generate a JSON Schema from your domain model to EclipseLink…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanJune 14th, 2013
    0 174

    MOXy is the New Default JSON-Binding Provider in GlassFish 4

    GlassFish 4 is now available offering the complete Java EE 7 (JSR-342) platform.  EclipseLink made some major contributions to this…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanApril 17th, 2013
    1 239

    MOXy’s Object Graphs & Dynamic JAXB

    JAXB (JSR-222) makes it easy for you to convert instances of your domain classes to/from XML.  The EclipseLink MOXy implementation…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanMarch 28th, 2013
    0 111

    MOXy’s Object Graphs – Input/Output Partial Models to XML & JSON

    Suppose you have a domain model that you want to expose as a RESTful service. The problem is you only…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanFebruary 18th, 2013
    1 207

    Leveraging MOXy in your Web Service via JAX-WS Provider

    In previous articles I demonstrated how EclipseLink JAXB (MOXy) is directly integrated into the JAX-WS implementations in WebLogic (as of…

    Read More »
Back to top button
Close