Java model object creation through Velocity's templates
This implementation of JavaModelGenerator allows class creation through Velocity's templates.
advantage:
- templates are externals to Java code
- easy to modify existing methods of created classes
- easy to add extra methods of created classes (for example equals,hashCode, toString ...)
- allows personalization of single created class
disadvantage:
- Velocity know-how ( it's easy
)
More info in my WEB space![]()
