Bruno Beloff wrote: > I'm sure this would work. My only concern is that - by putting my > code in the template - I've made it harder to modify and develop the > code. But that's not a significant problem in most situations.
The key would be to put code into the template that would *generate* your compareTo method for every bean's VO -- not a specific compareTo for a single one. Even further, I believe you can specify a different template to use for each subtask. This way you could use a modified template that you stored right along with your source code instead of repackaging the XDoclet JARs. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
