On 7/22/15, 1:36 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>Makes sense. > >From my perspective, here’s what I’m looking to do: > >I have a rather large application which has a pretty clean divide between >business logic and view. > >1) I’m looking to adapt the business logic part so it’ll cross-compile >into Javascript, pretty much as-is. I expect to have to work on some of >the capabilities and classes to make them cross-compilable. XML >processing is one example. Is there no way to convert to using JSON instead of XML? FWIW, I’ve pondered the notion of a servlet that acts like a proxy server, grabs XML from the actual server and converts it to JSON. >2) I’d like to port the view into ActionScript which would compile to >Easel.js-compatible Javascript. My understanding is that folks have >already been working on the Easel.js problem. I don’t know that we have Easel libraries right now, but I could have missed someone working on it. And, of course, you are welcome to take on creating Easel wrappers. Thanks, -Alex