>If object orientation is so important... wouldn't you guys be using >something like Cache? Heh...
What makes "CACHE" Object Oriented? cause it can store Hierarchical data? Oracle and DB2 both have data structures supporting the feature you are after and its all data Structures. You might want to look at Java Oracle Stored Procedures. BTW.. Why would want to Translate Data Repositories TO OOP Techniques? OOP is a good way to Organize code to Modules/Classes, it helps tighten code to smaller manageable fragments and helps in code reuse. Joe Eugene >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Behalf Of Postmaster >Sent: Tuesday, July 06, 2004 8:24 PM >To: [EMAIL PROTECTED] >Subject: Re: [CFCDev] Serialization of CFCs > > >If object orientation is so important... wouldn't you guys be using >something like Cache? Heh... seems hypocritical to use CFC's for object >orientation... then to use SQL/Oracle/mySQL. (I don't use it yet either... >but taking strong look at it... the SQL in that platform is pretty neat.) >Does anyone on the list have experience with Cache and CF? > >Thanks, >John Farrar > >---------------------------------------------------------- >You are subscribed to cfcdev. To unsubscribe, send an email >to [EMAIL PROTECTED] with the words '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] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words '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]
