What is the best method for handling component paths in a distributed application?
I have found that CFC component files can be referenced using a period or a forward slash ... example: "components/mycfc_users" or "components.mycfc_users" ... which is a more acceptable syntax and what is the difference?
Is there a way to dynamically search for a components directory without using something like CFDIRECTORY and looping through them all?
Are users setting up multiple component directories that are application related? Or are most using one directory where all CFC files are dumped into?
What about situations where the environment is shared hosting? Is it common to have a public component directory for all sites on the server, or is it perhaps up to the individual to set up and map out their own components directory?
I know there are a bunch of members on this list who are writing distributed applications and I would appreciate some feedback about how y'all are handling it. Any thoughts, comments, or suggestions will be greatly appreciated.
Thanks,
Greg Landers
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

