|
GenerateFlexFromJava
How to generate ActionScript classes from Java defined services using the FlexGenerator
IntroductionFlexGenerator is a small Java application that can be used to generate Clients in ActionScript for each Controller. This requires Controllers to be annotated in Java. For each method in the Controller an annotation is needed that specifies whether the method implements a Selection or a Command. See SpecifyAPIForJavaController for how to do that. |
► Sign in to add a comment