I want to unmarshal a xml file containing a collection of data, like this
Jim Tom<
JAXB:
unmarshaller.unmarshal(node, Person.class)
There are also advanced techniques with programmaticaly created mappings.