Then it's all my bad!!!! Sorry for adding to the confusion! ;)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Matt Liotta
Sent: Tuesday, June 01, 2004 6:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [CFCDev] CFC modeling

Sorry for the confusion, but I was talking about working with CFCs 
inside of Eclipse.

-Matt


On Jun 1, 2004, at 5:52 PM, Roland Collins wrote:

> Absolutely nothing to do with eclipse - this discussion is only 
> partially
> about eclipse.  As a matter of fact, I believe Matt is looking to do 
> this
> without _touching_ eclipse.  It was an answer to Matt's statement 
> about the
> CFC lookup chain.  Running such script on the server which is hosting 
> the
> CFCs would allow you to determine the lookup chain for CFCs on that
> particular server implementation.  This would allow you to figure out 
> how to
> resolve CFC references (or types) in a parser.
>
> Roland
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf
> Of Bryan F. Hogan
> Sent: Tuesday, June 01, 2004 4:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [CFCDev] CFC modeling
>
> What would this have to do with a parser in Eclipse? How does this 
> help?
>
> Roland Collins wrote:
>
>> <CFIF IsDefined("server.BlueDragon")>
>>      Search the BD lookup chain
>> <CFELSEIF IsDefined("server.ColdFusion")>
>>      <CFIF Left(server.ColdFusion.ProductVersion, 3) IS "6,1">
>>              Search the CF 6.1 lookup chain here
>>      <CFELSEIF Left(server.ColdFusion.ProductVersion, 3) IS "6,0">
>>              Search the CF 6.0 lookup chain here
>>      <CFELSE ...>
>>              ...
>>      </CFIF>
>> <CFELSE>
>>      Default lookup case here
>> </CFIF>
>>
>> You can even create a CFCReflector component and extend it for each 
>> server
>> if need be.
> ----------------------------------------------------------
> 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]


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