Eric, It's just a tiny component that most of my components extend. It usually provided a bit of behavior that I want all my components to have. For instance, take a look at the Abstract component in Skin Spider:
http://tinyurl.com/y3xexu As you can see, it just creates a InstanceID (UUID) for each component that extends it. It also provides a CFDump method declaration that can be used by all components that extend it (via THIS.CFDUmp()). Does that help? ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:55 AM To: CF-Talk Subject: Re: CFC pathing question Ben... What is in the AbstractBaseComponent.cfc refernced in the article that one of the cfc's extends? Eric >I know this might not help your situation, but here is something I >wrote about accessing CFC's from outside the web root WITHOUT using >mapped paths (I am an enemy of mapped paths). > >http://www.bennadel.com/index.cfm?dax=blog:348.view > >Good luck. > > >..................... >Ben Nadel >Certified Advanced ColdFusion MX7 Developer www.bennadel.com > >Need ColdFusion Help? >www.bennadel.com/ask-ben/ > > >-----Original Message----- >From: Eric Roberts [mailto:[EMAIL PROTECTED] >Sent: Monday, November 06, 2006 9:30 AM >To: CF-Talk >Subject: CFC pathing question > >I am bit new to CFC's...I have a qestion regarding how they are >addressed. In Advanced ColdFusion, it says that if the directory is in >the web root, you can address the cfc as com.cfcdirectory.cfc... What >if we had a repository that was just above the webroot so that we have >a common repository of cfc's that are accessable to all of our websites? >Also...in a clustered environment, what is the best way to handle a >repostiory. Can you then use a single directory to store the cfc's and >be able to accesss them anywhere in the cluster, or would you need a >copy on each physical box? I'm pretty excited to be working on >aproject finally where I get to use CFC's. Any help would be greatly >appreciated! > >Eric ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259318 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

