Skip to content

zmousa/simple-jaxb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages