Hi,

I have posted an updated FlexJSOverlay.zip at [1].

This version replaces the FalconJS compiler with the FalconJX compiler.  I
think we can officially retire the FalconJS code base.  Remember, this is
all still prototype work and FalconJX is a newer code base so there are
probably plenty of bugs left to be found and fixed.  Also, FalconJX seems to
have a different class of output errors.  FalconJS generally handled the
different output scenarios but may have had bugs in the codegen for the
scenario whereas FalconJX may think that what should be two different output
scenarios are the same and generate incorrect code.  For example FalconJS
seems to always know when it is generating code for a setter instead of a
variable, but FalconJX may not get that right in all cases.

The example app is posted in subfolders of the above link.  The JS versions
are running on Chrome, Firefox, Safari and IE8 and IE9.  The source is
available at [2].  I haven't wired up the right-click in the new framework
to a "view source" option.  Also, IE8 and IE9 may not fetch the stock price
when run from these links since it is using XMLHTTPRequest and CORS may
prevent it.  It depends on your trust settings in IE's Internet Options.
You might want to copy it to your intranet to really see it run.

[1] http://people.apache.org/~aharui/FlexJS/
[2] http://people.apache.org/~aharui/FlexJS/bin-release/srcview/

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to