I'd suggest going with JSON, it's universal. There's a good AS3 Core Lib<http://code.google.com/p/as3corelib/downloads/list>library that you can drop into your flex projects giving you nice serialize/deserialize functions.
JSON is very compact, doesn't require yet another breakable dependency and if you ever needed an AJAX front-end, no need to recode the backend. Flash remoting is cool and has its benefits but I think it's a little over-rated. I've never *felt* any performance gains with it. Most requests in asynchronous apps are very small, like getting a single user's data, or posting an order, or listing countries, etc. And the bigger ones, like listing 30 search results are measured in bytes or MAYBE low kilobytes - no big whoop. Baz On Sun, Aug 9, 2009 at 12:58 PM, Alan Holden <[email protected]> wrote: > > It's at the end of this thread (re an unsuccessful attempt to get > BlazeDS running, plus some of my original rants on the whole CF/BD wsdl > difference): > > http://groups.google.com/group/openbd/browse_thread/thread/35f4e6b1b2ac21d7 > > Alan K. Holden > > P.S. No jab intended on the BlazeDS or wsdl thing, that's just how the > thread originally started and progressed. Like I mention within, I'm a noob > and could probably get Blaze working with some more attention. I'm just too > distracted with that pesky "getting job - making money" stuff at the moment. > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
