Is there a tool out there that I can point at a Java DTO (Data Transfer Object) and it generates a corresponding Flex/AS Domain Object? Vise-Versa?
I'm using BlazeDS for my DataService over an AMF line.
Thanks.
Is there a tool out there that I can point at a Java DTO (Data Transfer Object) and it generates a corresponding Flex/AS Domain Object? Vise-Versa?
I'm using BlazeDS for my DataService over an AMF line.
Thanks.
Granite Data Services has a tool called GAS which will generate the DTO's for you:
http://www.graniteds.org/confluence/display/DOC/2.+Gas3+Code+Generator
As an alternative, you might want to check my DTO generator which is an ant-task: http://ftog.googlecode.com