On Mar 2, 2009, at 3:03 AM, Tom White wrote:

I believe the static singleton approach outlined by Scott will work
since the map classes are in a single classloader (but I haven't
actually tried this).

Even easier, you should just be able to do it with static initialization in the Mapper class. (I haven't tried it either... )

-- Owen

Reply via email to