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 There are also many good code examples that do use a framework from Sean Corfield, Brian Kotek, Kurt Wiersma, Matt Woodward, etc. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240680 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

