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? Thanks, -Kevin ================================================================= This message contains confidential business information that is intended for use only by the individual or entity to whom it is addressed. If you are not the intended recipient, you are hereby notified that any disclosure, interception, copying, distribution or the taking of any action in reliance on the contents of this email is prohibited. If you received this email in error, please notify the sender by forwarding the message back to the sender, and then delete the original information from your system. ================================================================= ------------------------------------------------------- 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
