Incidently I notice more and more Java style development use the whole com.mysite.subdirs etc. My question is, why do we use the "com" part these days? In other words if you have a .com.au domain, should you adhere to au.com.mysite.subdirs?
Anyone care to share the history / reasoning behind the com? I'm late OOP bloomer so forgive me if i miss something here :D Scott Barnes Snr Developer eCommerce Department Tourism Queensland / Sunlover Holidays [EMAIL PROTECTED] ph: (07) 3535 5406 -----Original Message----- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 January 2004 2:50 PM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Is it possible On Jan 12, 2004, at 8:14 PM, Andrew Scott wrote: > I am currently looking at creating a setup of automated tools through > cfc, > one of these will setup a mapping to the location of the components > directory. > > My question is this, is it possible to reference this component by full > path, for example > > C:\inetpub\com\tools\mappings > > As > > CreateObject('component','inetpub.com.tools.mappings') Yes, if C:\ is one of your custom tag paths... (but then CF will search your entire hard drive for custom tags!) Sean A Corfield -- http://www.corfield.org/blog/ "I have always wished that my computer would be as easy to use as my telephone. My wish has come true - I no longer know how to use my telephone." -- Bjarne Stroustrup ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
