Re: Question: Whats a 'singleton'?

2007-05-01 Thread John Allen
Wow, Barney B is a REALLY good writer. That response should be a cheat sheet of some sort. Thanks for the prfect clarification. John Allen On 4/26/07, Cutter (CFRelated) [EMAIL PROTECTED] wrote: Chris, This may or may not help, and the examples use Reactor, but you may get something

RE: Question: Whats a 'singleton'?

2007-04-26 Thread Peterson, Chris
Barney, and anyone else who was watching this thread: I have decided to roll with Model Glue and Transfer ORM, after following Ray Camden's 'Building a model glue' series. I have the sample app framework rolling on Model Glue, and I have some custom transfer code going, and so far its slick as

Re: Question: Whats a 'singleton'?

2007-04-26 Thread Cutter (CFRelated)
Chris, This may or may not help, and the examples use Reactor, but you may get something more on MG:U from my user group preso http://blog.cutterscrossing.com/index.cfm/2006/10/26/NCFUG-Model-GlueUnity-Preso Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Question: Whats a 'singleton'?

2007-04-25 Thread Peterson, Chris
I am writing some test apps using Transfer ORM, and trying to decide if I'm ready to take the plunge and use a framework for a new auction application. I'm starting from scratch, so now is the time to do it, but I worry that a steep learning curve to some of those MVC concepts will slow me down,

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Barney Boisvert
On 4/25/07, Peterson, Chris [EMAIL PROTECTED] wrote: So: What is a singleton? A singleton is a class that will only ever have a single instance created for it. A business entity (a Person, an Auction, etc.) clearly will have multiple instances (one for each person/auction/etc. in the system).

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Peterson, Chris
Barney, Thanks a ton for your thought out reply. I will read through and try to absorb it all, and hopefully it will lead me to enlightenment =) I appreciate your time sir! Chris Peterson ~| Upgrade to Adobe ColdFusion MX7

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Barney Boisvert
Probably should try again, not hijacking an existing thread On 4/25/07, Jacob [EMAIL PROTECTED] wrote: Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
I did.. sorry. Jacob -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 12:36 PM To: CF-Talk Subject: Re: Question: Whats a 'singleton'? Probably should try again, not hijacking an existing thread On 4/25/07, Jacob [EMAIL PROTECTED

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Mark Mandel
Chris, Also, if you you're looking for help with Transfer, the mailing list is an invaluable resource: http://groups.google.com/group/transfer-dev/ And there is a #transfer on dalnet irc. Mark On 4/26/07, Peterson, Chris [EMAIL PROTECTED] wrote: I am writing some test apps using Transfer ORM,