It sure would. I've heard it can't be done in the present version of CF and
humbly believed it. Do you have a trick up your sleeve? Sorry, had to ask!
You never know what you don't know.

Instead of:

<cffunction name="createAppManager"
returntype="MachII.framework.AppManager">

<cffunction name="createAppManager"
returntype="#myMapping#.framework.AppManager">
or
<cffunction name="createAppManager"
returntype="[myMapping]framework.AppManager">


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Raymond Camden
Sent: Saturday, August 14, 2004 12:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] mach ii shared hosting


> I use CrystalTech. I don't know if you'll find a host that
> "supports Mach-II" - but you'll need a host where it's easy
> to set up and use mappiings. And overall, CT is a very good
> hosting company for CF.
>
> The problem for any host maintaining the core files as part
> of their offer is what happens when the core files are
> updated and one application will break with the update if
> changes aren't made to it, and another application depends on
> the update. Trouble. So i don't think we'll see a lot of that
> in the future.
>
> On CT or any other host, if another app on the same server
> already has /Machii mapped, then you'll need to do a search
> and replace on all references to machii. in your app and
> change it to something like myMachii. - and then map
> /myMachii - small hassle the first time you have to go
> through and change that, but it gets routine pretty quick.

I haven't seen the code behind Machii, but wouldn't it make sense to use a
mapping with a dynamic name? That way you don't have to worry about this?
(Well, you do, but it takes all of one second to change to a new mapping
name.)

===========================================================================
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda


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