Hi Sean and Raymond, > I wouldn't use a mapping. I'd use a custom tag path (to the directory > \\devserver\apps).
I also believe, like Raymond, that mappings are preferable. > Why not work on localhost? Every developer could work on his own localhost. But imagine this situation: Two or more versions of our shop are running on the same machine. One shop is running with a older version of the CFC framework - maybe a customer is updating the old shop. The newer version would use the old CFCs. > Also, it is probably better to assign one developer to work on a shared > component instead of allowing everyone to work willy-nilly on them at > the same time. OO lets you break systems down into small pieces so that > work can be farmed out more easily. Yes, I would also prefer this type of shared development. > What it means is that that type= value must be a valid CF variable > name, e.g., shop.shopdao - it doesn't mean that type= can take an > expression. I see - it would be great if <cfargument type> could also take an expression. This would solve all our problems. CreateObject is accepting expressions. I am not sure about <cfcomponent throws an extends> - I think they are also not accepting expressions. Harry ---------------------------------------------------------- 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]
