Many people (myself included) have raised this issue before.  Just make CFSCRIPT ECMA compliant (at least in regard to operators).

It would HAVE to be a very simply thing to do but MM/ADOBE have always said there were bigger fish to fry.

I guess with the upsurge in AJAX (and more people getting into JS now than ever before) it is starting to annoy enough people that we might get listened to.

Regards,
Gary


On 5/9/06, Robin Hilliard <[EMAIL PROTECTED]> wrote:

I've had something like this on the backburner for a while - create a
tag to enclose snippets of Java code.  The tag wraps the code with
appropriate Java class header/footers, saves it in a temp file,
creates an instance of javac and compiles the temporary file,
instantiates the resulting class and calls it.  You could hash the
source code and use the hash string in the temp file and class names
to save unnecessary recompiles if the temporary class or source
already existed.

Robin

______________

Robin Hilliard
Director - RocketBoots Pty Ltd
Consulting . Software Licensing . Recruitment . Training
http://www.rocketboots.com.au

For schedule/availability call Pamela Higgins:
w    +61 7 5451 0362
m    +61 419 677 151
f    +61 3 9923 6261
e    [EMAIL PROTECTED]

or Direct:
m    +61 418 414 341
e    [EMAIL PROTECTED]

  *** Worldwide Adobe Licensing - Volume discounts now start at one
point ***


On 09/05/2006, at 10:05 AM, Dale Fraser wrote:

>
> I've had the exact same thoughts, more along the lines of writing
> the code
> in a familiar like java and preparsing / compiling the code back to cf
> stuff.
>
> It wouldn't be that hard, I was thinking supporting a simple java
> syntax
> rather than cfscript so that I could get rid of those pesky gt lt
> bits.
>
> Only thing stopping me from doing that is version 8. Hopefully it
> will do
> this for me or similar.
>
> Regards
> Dale Fraser
>
>
>
>
> -----Original Message-----
> From: [email protected] [mailto: [email protected]]
> On Behalf
> Of Haikal Saadh
> Sent: Tuesday, 9 May 2006 09:47 AM
> To: [email protected]
> Subject: [cfaussie] Re: Where have all the CF developers gone?
>
>
> I've actually fantasied taking that 10%, wrapping in functions, and
> injecting in on startup to web-inf.component. Or extend
> web-inf.component, and include those methods, and have all my code
> extend the new and improved component.
>
> Has anyone done this yet? If not, why?
>
> Dale Fraser wrote:
>> I'd also imagine taking the 10% of stuff you cant do with CFSCRIPT
>> and
>> including this would be easy. *snip*
>>
>
>
> --
> Haikal Saadh, Applications Programmer
> Teaching and Learning Support Services
> K405, Queensland University of Technology, Kelvin Grove Campus
> [EMAIL PROTECTED], 3864 8633
> CRICOS No. 00213J
>
>
>
>
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to