> The specific situation, as I recall, was where you try to map between a > pure object representation and a relationship representation - when you > try to have a CFC which has an instance variable for each column in the > row. There is quite a bit of overhead involved in marshaling your query > to and from a series of discrete variables. As noted elsewhere, if you > try to do this by writing generic code that uses cfproperty to describe > the instance data, then you're adding a lot of overhead! Of course, you > don't have to do it this way... This is the same issue the J2ee - ejb implimentions have. The solution in Java is the Fst Lane Reader, http://java.sun.com/blueprints/patterns/FastLaneReader.html ---------------------------------------------------------- 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).
- Re: [CFCDev] MVCF at benorama.com Howard Fore
- RE: [CFCDev] MVCF at benorama.com Benoit Hediard
- RE: [CFCDev] MVCF at benorama.com Matt Liotta
- CFC scalability problems (was : RE: [CFCDev] MVC... Benoit Hediard
- RE: CFC scalability problems (was : RE: [CFC... Matt Liotta
- RE: CFC scalability problems (was : RE: ... Jeff Battershall
- RE: CFC scalability problems (was :... Matt Liotta
- RE: CFC scalability problems (was : RE: ... Benoit Hediard
- RE: CFC scalability problems (was :... Matt Liotta
- Re: CFC scalability problems (was : RE: ... Sean A Corfield
- RE: CFC scalability problems (was :... webguy
- RE: CFC scalability problems (was :... Matt Liotta
- RE: CFC scalability problems (was :... webguy
- RE: CFC scalability problems (was :... Matt Liotta
- Re: CFC scalability problems (was :... Sean A Corfield
- RE: CFC scalability problems (was :... Benoit Hediard
- RE: CFC scalability problems (was :... Matt Liotta
- RE: CFC scalability problems (was :... webguy
- RE: CFC scalability problems (was :... Matt Liotta
- Re: CFC scalability problems (was :... Sean A Corfield
- RE: CFC scalability problems (was :... Xavi Clotet
