Other than the template format changing, this should be a 100% drop-
in replacement of the original EOGenerator.
A big advantage of EOGenerator was Objective-C. This allowed the
EOGenerator developers to define NSString categories that added
functionality that's just not available from Java's String; e.g.,
uppercaseUnderbarString which will create JAVA_STYLE field identifiers
(static final constants). I use this in my EOGenerator template. I
have been unable to replicate this with JavaEOGenerator. I suspect
that other EOGenerator template functionality has been lost with
JavaEOGenerator. Any suggestions?