users@jaxb.java.net

Implementing the Visitor Pattern

From: <pbrown1_at_nycap.rr.com>
Date: Thu, 1 Aug 2013 15:10:03 +0000 (UTC)

I want to extend the jaxb generated code to include support for the
Visitor pattern. I found a google implementation, but it appears to be
a maven project with many dependencies. I am working in a pure Eclipse
environment using svn and dont' want to climb the maven learning curve
(at least at this time).

Anybody done this before? I'm not particularly interested in
reinventing wheels!