OPI Blog
Learn from experts in their fields

Browsing Tags: JAXB

Creating a Hierarchical Test Data Builder using Generics
At my current client, we had a situation where we needed to write JUnit tests for REST services which used a complex object hierarchy. Creating these objects manually proved to be very tedious, so having ...
Jan 25, 2010
Using JPA and JAXB Annotations in the Same Object
Recently, I started working on some projects where I had to prototype various service end point technologies, including REST and AMF.  During this process, I worked out a fairly nice prototype project template that makes ...