> The objects we want to build will generally be read about 98% of the time, > and written to for the remaining 2%. To improve performance, we wanted to > implement one set of the same objects as read-only, and the same set (in a > different package) as writable. > > To do this in xdoclet, we were thinking of having a base set with get > methods that would be flagged as read-only, and extend that set and add > the > set methods. Any thoughts?
I don't see much gain by writing a template for this case. Just put do normal coding. Base -> read only method, derived -> read/write. Ara. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
