zmousa / simple-jaxb-example

Simple JAXB example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple JAXB Example

Simple JAXB example that used for:

  • Marshaling Posts
  • Un-marshaling Posts.

Dependencies

  • JAXB, framework that allows Java developers to map Java classes to XML representations
        <dependency>
           <groupId>com.sun.xml.bind</groupId>
           <artifactId>jaxb-core</artifactId>
           <version>2.2.8-b01</version>
        </dependency>
        <dependency>
           <groupId>com.sun.xml.bind</groupId>
           <artifactId>jaxb-impl</artifactId>
           <version>2.2-promoted-b65</version>
        </dependency>

About

Simple JAXB example


Languages

Language:Java 100.0%