The orginal idea, I think, was to ensure uniqueness.  As set up its nothing
more than a convention.

So you might have a com/mysite/mypackage and com/thatsite/package and
org/anothersite/package.

The basic premise is that since domain names are pretty unique this should
ensure no collisions of packages.

Of course in CF it works the same way - if you've got the run of the server.
For shared environments it's a real CF (as in cluster f*ck) and there's
still no recommended method for dealing with CFC mappings in such
environments.

Jim Davis

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Scott Barnes
> Sent: Monday, January 12, 2004 11:57 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFCDev] Is it possible
> 
> 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]


----------------------------------------------------------
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]

Reply via email to