Matt... Thanks for that link. That code is a wealth of information about encapsulating data. Appreciated.
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 12:40 PM To: CF-Talk Subject: Re: OOD/Design Patterns and ColdFusion. Head First Design Patterns is a good book, but some of the patterns in there may be overkill for the simple idea Ian is looking for. I posted some sample code that is not tied to a Framework (but could be used by any of them) that demonstrates the fairly common idea of a Person table and an Address table (one to many relationship). I used a Service Layer CFC to handle the interactions between the Data Access Objects and Beans. http://mattw.mxdj.com/sample_servicedaobean_files.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240684 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

