My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GenerateFlexFromJava  
How to generate ActionScript classes from Java defined services using the FlexGenerator
Updated Feb 4, 2010 by ernest.m...@gmail.com

Introduction

FlexGenerator 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
Powered by Google Project Hosting