DataType conversion.  This constitutes much of my learning process and time 
in projects where I've experienced working with a back-end for the first 
time.

For example AMFPHP is the best at handling & converting Flash datatypes to 
PHP objects, and vice versa.

OpenAMF f'ing blows; while POJO's will work, it's still unclear as to "what" 
you're getting.

ColdFusion is jacked... ecspecially on how 1 struct must be a {SINODE: 
yourObject}, but more than 1 object is fine as (obj1, obj2)... huh?

Writing classes that abstract that bs would just rock EVERYONE's world.

var service = getCFService("foo");
servive.method(myObj);

It would handle all of the object conversion details.  I'd fully expect the 
developer to handle datatype copying etc... it's just the implementation 
details of interfacing with each back-end is quite challenging and 
frustrating and time consuming....

----- Original Message ----- 
From: "Scott Hyndman" <[EMAIL PROTECTED]>
To: "Open Source Flash Mailing List" <[email protected]>
Sent: Saturday, December 10, 2005 12:41 AM
Subject: [osflash] Remoting framework


I wrote up a quick remoting framework.

It's very similar to MM's, but supports some nice features that were
lacking in their implementation, like timeouts.

It's in the org.actionstep.remoting package, and can be seen in use in
org.actionstep.test.ASTestRemoting.

Is there anything else you'd like to see in a remoting framework? Let me
know!

Scott

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org 


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to