Learning the code way
A small step towards sharing what I have learned.
Showing posts with label
jaxb
.
Show all posts
Showing posts with label
jaxb
.
Show all posts
Friday, 9 August 2013
Custom Marshaling With JAXB
›
Consider the below class: @XmlRootElement public class Person { private String name; private BigDecimal weight; private Da...
Tuesday, 30 July 2013
Order and Occurence indicators in xsd
›
Unlike simple types, complex types can have nested elements. Consider the below complex type: < element name= " address " ...
Monday, 24 June 2013
Inheritance in xsd
›
In the last post we were able to map elements which included attributes . An alternative way of representing elements is to nest them. Cons...
1 comment:
Thursday, 16 May 2013
More on Complex Types
›
In the last post we were able to map complex xml elements to classes . However it is recommended to build complex types and associate them...
1 comment:
Wednesday, 15 May 2013
JAXB and Complex types
›
In the previous post we saw how JAXB generated JAXBElement instances from simple types . Simple types however are just that - simple (!!!) ...
Monday, 13 May 2013
JAXB and simple elements
›
In the past few weeks I have been working with web-services. So exposure to xml and xsd was inevitable. I had used xsd a while back and so ...
›
Home
View web version