Duncan:

As long as you have an instance of the CFC to work with, you can call
any method as many times as you want.

Sorting is more of preference. I know a lot of people tend to keep
keep all of there CFCs in one folder that is mapped in the cfadmin.

Good luck!
-Jeff


On Wed, 9 Mar 2005 13:46:13 +1100, Duncan <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> I am just trying to get to grips with CFC's and I just took one of our
> CustomTags from a CF4.5 app and made it in to a CFC for a v7 app.
> 
> First of all may I say how easy it was to make it. Just brilliant.
> 
> The cfc in question takes a struct (like attributes) and converts all
> the key value pairs in it to a URL of Form hidden fields format for
> easy inclusion in a href or form.  You can specify exceptions that
> dont get converted as well.
> 
> Now this could get used 3 or 4 times in a request and I was wondering
> if I can invoke it once and then call upon the method as and when I
> need it, but with different variables. Maybe chuck it in at
> application start then use it during a request?
> 
> Second, I was wondering about how to 'file' my CFC's (I think the
> number of them will grow very rapidly now I have done 1!).  A lot of
> them will be used in different apps around my organisation and would
> probably need to be shared across server instances too.  Any
> suggestions on how to best acheive this?
> 
> Thanks in advance!
> 
> --
> Duncan I Loxton
> www.mcgrath.com.au
> www.sixfive.co.uk
> [EMAIL PROTECTED]
> 
> ----------------------------------------------------------
> You are subscribed to cfcdev. To unsubscribe, send an email to 
> [email protected] with the words 'unsubscribe cfcdev' as the subject of the 
> email.
> 
> CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
> (www.cfxhosting.com).
> 
> An archive of the CFCDev list is available at
> www.mail-archive.com/[email protected]
> 
> 


-- 
Who wants a Gmail invite? I have 50 of them
http://nectaar.i989.net/ - Coming Soon

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]

Reply via email to