Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Dynamic MOXy Flickr example added to Examples Git

Hi all,

I've added an example to the Git repository that shows how to use Dynamic MOXy to work with public XML/JSON feeds from Flickr and Reddit.  It demonstrates:

* Mapping to JSON and XML data without writing or generating concrete Java classes
* Using multiple MOXy metadata files to modularize your metadata
* Bootstrapping a DynamicJAXBContext from multiple MOXy metadata files
* Using a single DynamicJAXBContext to read both JSON and XML data
* Using DynamicEntity APIs to interact with mapped data

Instructions can be found at http://wiki.eclipse.org/EclipseLink/Examples/MOXy/Dynamic/Flickr

- Rick

--
Rick Barkhouse | Software Developer, TopLink / EclipseLink | 613.288.4613
Oracle Development
45 O'Connor Street, Suite 400 | Ottawa, Ontario K1P 1A4

Back to the top