VOOZH about

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

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


  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 112

    Approaches to XML – Part 3 – JAXB

    If you remember from Part 1 and Part 2, I’m covering different approaches to parsing XML messages using the outrageously corny scenario…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Loiane GronerJune 1st, 2012
    0 278

    JAXB Custom Binding – Java.util.Date / Spring 3 Serialization

    JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date…

    Read More »
  • Enterprise Java👁 Image
    Marco TedoneMay 24th, 2012
    1 1,051

    XML unmarshalling benchmark: JAXB vs STax vs Woodstox

    Introduction Towards the end of last week I started thinking how to deal with large amounts of XML data in…

    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👁 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 »
  • Enterprise Java👁 Image
    Alex SotoFebruary 22nd, 2012
    0 284

    Implementing Active Record Pattern with Spring AOP

    During class design we should take decisions about the assignment of responsibilities that will have every class. If we have…

    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
    Alex StaveleyDecember 29th, 2011
    0 3,064

    JAXB, SAX, DOM Performance

    This post investigates the performance of unmarshalling an XML document to Java objects using a number of different approaches. The…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoDecember 23rd, 2011
    6 284

    Develop Restful web services using Spring MVC

    REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…

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