Featured Post

Bidirectional Associations and JiBX

May 8, 2009 · Leave a Comment

I recently needed to use JiBX to parse a XML document into domain objects that contained bidirectional associations with collections.  The issue started out as a simple NullPointerException since each child object did not have a reference back to its parent.  After some searching on Google, the only suggestions that I came across had to do... Read more