Generating ActionScript value objects from middle-tier Java classes

Posted by eli on Stack Overflow See other posts from Stack Overflow or by eli
Published on 2008-10-21T15:49:33Z Indexed on 2010/03/25 13:33 UTC
Read the original article Hit count: 314

Filed under:
|
|

In a Flex / Java app stack using remoting (via BlazeDS), classes to hold data passed back and forth between client and server need to be maintained in both the client (in ActionScript) and server (in Java).

I want a way to maintain theses classes in Java only, and have the corresponding ActionScript value object classes generated by the build process.

© Stack Overflow or respective owner

Related posts about java

Related posts about flex