Re: Framework

2006-09-13 Thread Peter Bell
To add my 2c, Denny, Reactor isn't really a framework. It is a way to automate the persistence of objects. In OO programming, you often create DAOs and Gateways (data access objects and table data gateways) to abstract your database access code for single records and recordsets. Firstly, I

Re: Framework

2006-09-13 Thread Peter Bell
To add my 2c, Denny, Reactor isn't really a framework. It is a way to automate the persistence of objects. In OO programming, you often create DAOs and Gateways (data access objects and table data gateways) to abstract your database access code for single records and recordsets. Firstly, I

RE: Log analyzer software.

2006-02-08 Thread Peter Bell
Personally, I have a little script I use to create my own IIS logs where I replace the appropriate URL variables with an associated page name. It means you have one set of logs which shows how many people have been looking at different images and with a lot of hits to index.cfm but another which

RE: Flex 2 and CF Connectivity Beta 1 Now Available!

2006-02-01 Thread Peter Bell
Hi Aaron, I've only skimmed the Flex product page, but . . . I think the point he is making is that Flex builder is no longer required to build Flex apps. From what I understand it's a RAD IDE for more quickly creating flex apps, but flex uses XML to describe UI components and ActionScript to

RE: Nested Set Model

2006-02-01 Thread Peter Bell
Just to throw it into the mix, I have used a different approach to this ever since I first threw together a tree based CMS in 1997. I don't know that it is a good approach, but it is fast on retrieval and capable of quick and easy cascading deletes (which I make optional on an object-property

RE: SPAM-LOW: Re: Nested Set Model

2006-02-01 Thread Peter Bell
Hi Barney, Agree wholeheartedly with performance comments re: my approach. Never said it was good - I just didn't know about nested sets in '97!!! Am looking to port to a nested set model based on your comments. Do you know any easy way to get the nest level for each record using a nested set

Re: Nested Set Model

2006-02-01 Thread Peter Bell
Hi Barney, Agree wholeheartedly with performance comments re: my approach. Never said it was good - I just didn't know about nested sets in '97!!! Am looking to port to a nested set model based on your comments. Do you know any easy way to get the nest level for each record using a nested set

RE: SPAM-LOW: Re: Nested Set Model

2006-02-01 Thread Peter Bell
= t.right ) AS depth FROM myTable t WHERE something or other ... As before, change the = and = to and to get the ancestor count rather than depth. cheers, barneyb On 2/1/06, Peter Bell [EMAIL PROTECTED] wrote: Hi Barney, Agree wholeheartedly with performance comments re: my approach

RE: SPAM-LOW: Re: Nested Set Model

2006-02-01 Thread Peter Bell
Wow. Does that really perform OK on large recordsets? If I'm getting it right, if you had 100,000 records and wanted all of the top level set members (the problem would be smalle for lower level nodes), you'd run a query which would find every record, compute the sub query for each record as part

RE: SPAM-LOW: Including a remote aspx page

2006-01-30 Thread Peter Bell
Hi There, You can't include .aspx scripts using a cfinclude. There are two options for integration. If this is a do x in coldfusion then y in aspx you may be able to get away with a response redirect (cflocation). More likely if you need access to function calls, a relatively inefficient but

RE: CFEclipse Vs Dreamweaver

2006-01-27 Thread Peter Bell
One simple question re: CFEclipse. I'm still using CF Studio 5.0. I can write my code, snippet support is good, and I can use the left hand side explorer view to FTP to my web servers and edit file in situ. I find Dreamweaver to be a little buggy if/when the FTP connection runs slowly, so I still

RE: Full-Featured Host (Preferably Local)

2006-01-24 Thread Peter Bell
balancing/clustering needs, so I'm not sure if they are the right providers or not. Best Wishes, Peter Bell SystemsForge -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 2:34 PM To: CF-Talk Subject: SOT: Full-Featured Host (Preferably Local