VOOZH about

URL: https://www.javacodegeeks.com/tag/jaxb/page/3

⇱ JAXB Archives - Page 3 of 5 - Java Code Geeks


  • Enterprise Java👁 Image
    Blaise DoughanMarch 19th, 2013
    3 266

    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 »
  • Enterprise Java👁 java-interview-questions-answers
    Arpit MandliyaFebruary 22nd, 2013
    14 625

    JAXB tutorial – Getting Started

    Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanDecember 24th, 2012
    1 2,131

    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,123

    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
    Pankaj KumarOctober 26th, 2012
    1 216

    Rest using Jersey – Complete Tutorial with JAXB, Exception Handling and Client Program

    Recently I started working on a Restful web service project using Jersey API. There are some tutorials available online but…

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

    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 190

    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
    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 »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close