At 18:05 2002-03-06 +1100, Dmitri Colebatch wrote: >the options I see are : > >(a) do nothing, and use constants class >(b) your suggestion of using fields int he ejb, and replicating in interfaces >(c) my suggestion of finder style declarations. > >Ara - I'll put one of these in (well, b or c) if you want to make a call >as to which one it should be (or shouldn't be in the case >of a).
Yes, that should be the three options. Just a note. b) would at least require waiting for xjavadoc since (as far as I know) there is no way to access the right hand side of the constant declaration in the current code. Either that or duplicating the value in an xdoclet tag. /Daniel _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
