Re: AS3 on the server

2013-12-16 Thread Frank Wienberg
___ > Von: Frank Wienberg > Gesendet: Dienstag, 10. Dezember 2013 09:00 > An: dev@flex.apache.org > Betreff: Re: AS3 on the server > > What about compiling AS3 to JS using FalconJx and running the result in > Node.js? > All you'd need are some ActionScript "stub&qu

Re: AS3 on the server

2013-12-10 Thread Frank Wienberg
What about compiling AS3 to JS using FalconJx and running the result in Node.js? All you'd need are some ActionScript "stub" APIs of the corresponding Node.js modules... On Sat, Nov 30, 2013 at 11:06 PM, jude wrote: > At one time there was talk about AS3 on the server. With node.js you can > us

Re: AS3 on the server

2013-12-09 Thread Carlos Velasco
tors inject the data into the dom of the parent > page, > > > or > > > > > better yet invent some kind of "anchor" class that we can use in > the > > > > result > > > > > handler to build html directly on the server, inserting conten

Re: AS3 on the server

2013-12-02 Thread aYo ~
Yes I do remember the cold fusion flash forms. Strange it's so long ago almost another life aYo mrbinitie.blogspot.com On 3 Dec 2013 01:33, "Paul Hastings" wrote: > On 12/3/2013 3:09 AM, Alex Harui wrote: > >> Hmm. It is documented [1] >> http://help.adobe.com/en_US/ColdFusion/9.0/Developing/ >

Re: AS3 on the server

2013-12-02 Thread Paul Hastings
On 12/3/2013 4:11 AM, Nicholas Kwiatkowski wrote: The AS3 support they included pretty much exposed all the CFSCRIPT components as AS3 objects. It was a new runtime that was on track to make CF fully support more than one language... Or at least that was how it was introduced... yeah that's wh

Re: AS3 on the server

2013-12-02 Thread Paul Hastings
On 12/3/2013 3:09 AM, Alex Harui wrote: Hmm. It is documented [1] http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea7785946117 2e0811cbec22c24-79aa.html That makes me think it shipped, but I haven't tried it. not sure that's the same thing. if i recall that's been in cf for qui

Re: AS3 on the server

2013-12-02 Thread Paul Hastings
On 12/3/2013 2:54 AM, Nicholas Kwiatkowski wrote: like a CFM/CFC. I thought it was a wicked feature, but it got ripped out pretty quick because most of the people on the betas were complaining about causing a split in the community and not knowing AS3 i don't remember folks complaining abo

Re: AS3 on the server

2013-12-02 Thread Nicholas Kwiatkowski
Oh, man. They introduced the FRG (Flash Remoting Gateway) in I think CF MX 6.1. It worked within ACF 7, but only when you had FDS/BlazeDS installed... and then it was only AS2, and supported only like 3 CF tags. It broke in CF8 (the connectors were never updated to work properly), and didn't eve

Re: AS3 on the server

2013-12-02 Thread Alex Harui
Hmm. It is documented [1] http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea7785946117 2e0811cbec22c24-79aa.html That makes me think it shipped, but I haven't tried it. -Alex On 12/2/13 11:54 AM, "Nicholas Kwiatkowski" wrote: >Adobe did have a few alphas of ColdFusion 9 that ex

Re: AS3 on the server

2013-12-02 Thread Nicholas Kwiatkowski
Adobe did have a few alphas of ColdFusion 9 that existed with an AS3 compiler. It was pretty much a bastardization of Flex Data Services / Flex compiler that had some mappings to server side components to do server things... Essentially, you stuck some as3 files on the server and they ran like a C

Re: AS3 on the server

2013-12-02 Thread Alain Ekambi
> > > > the browser. > > > > > > > > In terms of mapping a REST (for instance) call, > > > > > > > > Server.mapService('{locale}/{controller}/{method}/[named]/{argv}') > > > > > > > > again, much, much de

Re: AS3 on the server

2013-12-02 Thread Carlos Velasco
.. but i've given this great > > > thought over the years. > > > > > > I have long thought that AS3 as a language has a UNIQUE advantage over > > > other server languages. The SWF encapsulation is a tricky technical > > > challenge, and the creation of a stable and robu

Re: AS3 on the server

2013-12-02 Thread Alain Ekambi
S3 as a language has a UNIQUE advantage over > > other server languages. The SWF encapsulation is a tricky technical > > challenge, and the creation of a stable and robust web service framework > > would obviously be a big task. > > > > but I just thought that maybe, just may

Re: AS3 on the server

2013-12-02 Thread Mr. Rich
I just thought that maybe, just maybe, it's worth just throwing this > out there for anyone who might have similar ideas to build on! > > So anyway, hope you all like my fantasy server idea... maybe i'm full of > it... maybe i'm actually on to something. but I've

RE: AS3 on the server

2013-12-02 Thread David Coleman
of it... maybe i'm actually on to something. but I've always had this idea kicking around and it seems i'm not the only one! Best Regards! Dave > Subject: Re: AS3 on the server > From: harbs.li...@gmail.com > Date: Mon, 2 Dec 2013 15:49:26 +0200 > To: dev@flex.a

Re: AS3 on the server

2013-12-02 Thread Harbs
Of course, the links on that blog post seem to indicate that it was supposed to have been rolled into Coldfusion. So I assume that's a non-starter… On Dec 2, 2013, at 3:43 PM, Harbs wrote: > It was MAX 2008: > http://www.jonnymac.com/blog/2008/11/18/max-2008-sneak-peek-actionscript-3-as-a-serve

Re: AS3 on the server

2013-12-02 Thread Harbs
It was MAX 2008: http://www.jonnymac.com/blog/2008/11/18/max-2008-sneak-peek-actionscript-3-as-a-server-side-language/ On Dec 2, 2013, at 3:29 PM, jude wrote: > I'm glad to see there are others out there but from what I remember it was > an Adobe project. I think it was mentioned at an Adobe Max

Re: AS3 on the server

2013-12-02 Thread jude
I'm glad to see there are others out there but from what I remember it was an Adobe project. I think it was mentioned at an Adobe Max or 360 Flex conference. The point was that node js is gaining popularity and it's using JS. I thought if there was something on on the server in AS3 then maybe node

Re: AS3 on the server

2013-12-01 Thread Petr Svoboda
or maybe this: https://code.google.com/p/redtamarin/wiki/RunningShellScripts On Sat, Nov 30, 2013 at 11:06 PM, jude wrote: > At one time there was talk about AS3 on the server. With node.js you can > use JS on the server. What happened to that project? Is it something can be > donated to Apache

Re: AS3 on the server

2013-11-30 Thread Paul Hastings
On 12/1/2013 5:06 AM, jude wrote: At one time there was talk about AS3 on the server. With node.js you can use JS on the server. What happened to that project? Is it something can be donated to Apache? there was talk at one time for that being in coldfusion. don't think much came of it.

Re: AS3 on the server

2013-11-30 Thread Alex Harui
On 11/30/13 2:06 PM, "flexcapaci...@gmail.com" wrote: >At one time there was talk about AS3 on the server. With node.js you can >use JS on the server. What happened to that project? Is it something can >be >donated to Apache? Don't know. I think there are a couple of efforts. Here's one: http