Don't Flex your G-String
Aug 22
Just a note: if you use a Groovy String to send a string back to Flex via AMF (for example, 'return "My class name is ${this.class.name}"'), it will not be properly cast to an AS3 string unless you're doing so on a property of type "String" on an object you've set up as a RemoteClass. Instead, it shoes up in Flex as an Object because it goes over the wire as a GStringImpl.
Oh, c'mon, what did you think this post was about?