VOOZH about

URL: https://www.javacodegeeks.com/author/blaise-doughan

⇱ Blaise Doughan, Author at Java Code Geeks


  • 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 175

    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 DoughanApril 17th, 2013
    0 136

    Introducing EclipseLink JPA-RS

    In a previous series of posts I covered how to create a JAX-RS service that leveraged JPA for the persistence…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanApril 10th, 2013
    2 179

    Java API for JSON Processing (JSR-353) – Stream APIs

    Java will soon have a standard set of APIs for processing JSON as part of Java EE 7. This standard…

    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👁 Image
    Blaise DoughanMarch 19th, 2013
    3 273

    Binding to JSON & XML – Handling Collections

    One of EclipseLink JAXB (MOXy)‘s strengths is the ability to map an object model to both JSON and XML with…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanMarch 7th, 2013
    0 404

    JAXB and java.util.Map

    Is it ironic that it can be difficult to map the java.util.Map class in JAXB (JSR-222)? In this post I…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close