hi..
i'm looking for a set of classes what will allow me to genereate code
on the fiy, something like a property class with attributes of name and
so on that it's toString method will genereate the properties' getter
and setter methods , a Jclass class that will hold a collection of such
property objects etc..
Jubz - 15 Dec 2006 23:23 GMT
Have you looked into using Apache ANT and XDoclet? I generate a lot of
my EJB 2.0 code this way - using a tool called Lomboz.
Check them out - they might provide some insights.