> > With my value object stuffs getting more and more complex, I want to > add > > comments in the J files > > I agree with Aslak in this case :-) > > Don't try to program with xml-ish XDtblabla, just use very > high level, very coarse grained template tags. >
That is a point that turn me mad, really. I mean I never know which way to go... I want that my templates are readeable for any user, without having to go to the tags handler everytime. I took another trick that is to merge common j files. With 1-n relationships I need to add some methods like addLineItem(LineValue), remove..., update For example on delete I will only delete the link (aggregation - Languages in City) or delete the entiy as well (composition - Line in Order) Etc... So my templates becomes really long. This will certainly not sound good to your ears ;) I will certainly need a second path to externalize some methods to other classes if possible... <Xdoclet:user name="Vincent Harcq"/> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel