Quantcast
Channel: jersey Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 6

XML Example With Jersey + JAXB

$
0
0
In this example we are going to see how you can integrate Jersey with JAXB (Java Architecture for XML Binding) to create RESTful services that consume and produce XML streams. As you probably know JAXB is used to marshal a Java Object to XML, and ummarshal an XML file (or stream in general) to Java …

Viewing all articles
Browse latest Browse all 6

Trending Articles