VOOZH about

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

⇱ Blaise Doughan, Author at Java Code Geeks - Page 2 of 3


  • 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 »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanDecember 24th, 2012
    1 2,132

    JAXB – Representing Null and Empty Collections

    Demo Code The following demo code will be used for all the different versions of the Java model. It simply…

    Read More »
  • Core Java👁 Image
    Blaise DoughanNovember 2nd, 2012
    0 1,126

    Applying a Namespace During JAXB Unmarshal

    For some an XML schema is a strict set of rules for how the XML document must be structured. But…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanAugust 7th, 2012
    0 506

    JAXB and Root Elements

    @XmlRootElement is an annotation that people are used to using with JAXB (JSR-222). It’s purpose is to uniquely associate a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanJuly 31st, 2012
    1 191

    JAXB – No Annotations Required

    There appears to be a misconception that annotations are required on the model in order to use a JAXB (JSR-222)…

    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 »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanApril 9th, 2012
    2 224

    JAXB and Unmapped Properties

    JAXB (JSR-222) is configuration by exception, meaning that there is a default mapping applied to domain objects. This means that…

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