So now that persisting a single object's data is starting to make more sense, lets step it up a notch and talk about persisting objects that are composed of other objects. Back to my Page and PageVersion examples, a Page object is composed of 1 or more PageVersion objects (lets say this is implemented as an array of objects). Now that I have a PageDAO component that handles the persistence of Page objects, would I also use the PageDAO component to persist any dependant PageVersion objects as well? Or, if I have another component like PageVersionDAO, how would this all fit together.
If at all possible, it would be nice to see examples from both client code and how the objects interact with one another :) Thanks, Phillip -- Phillip Cave Director, ColdFusion Development Macromedia Certified ColdFusion Developer Carol/Trevelyan Strategy Group 202.448.5212 ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
