[[TracNav(TOC)]] = Home = Inspired by the [http://xdoclet.codehaus.org/Actionscript+plugin XDoclet 2 Actionscript plugin] AsDoclet can be used to generate actionscript files out of java sources. Such a tool is essentially useful for RIA and Client/Server applications where value objects are transmitted between server and client as serialized data that should be deserializable on both ends again. That includes remoting technologies like [http://www.adobe.com/products/flashremoting/ Flash Remoting], [http://www.adobe.com/support/documentation/en/flashmediaserver/ RTMP], [http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/ Blaze DS], [http://osflash.org/red5 Red5], and [http://hessian.caucho.com/ Hessian]. AsDoclet superceeds its XDoclet paragon as it is not just able to generate simple value objects, but also interfaces, enumerations, and proxies. With its [http://velocity.apache.org/ Velocity] based code generation engine it is an ease to generate sources in other languages. A C# generator is already available. {{{ #!html Support This Project }}} [[Ohloh(309465)]] == AsDoclet 1.3.8 Release == * Removed hardcoded path separator to better support non-Windows platforms === AsDoclet 1.3.7 Release === * Add {{{#region}}} output to C# templates to suppress code validation * Add default logback config * Add SLF4JLogChute * Add support for ignoring methods * Add support for method level annotations * Add support for mapping java annotations to target annotations * Add custom enumeration support * Add possibility to specify callbacks * Update to velocity 1.6 * Fix proxy generation: nested generic types were not resolved * Fix override handling === AsDoclet 1.2.5 Release === * Rename {{{baseclass}}} parameter to {{{superclass}}} * Consider ignore tag when adding {{{override}}} annotation/keyword * Also process annotation tags on interfaces * Fix bug in C# boundary template === AsDoclet 1.2.1 Release === * Remove {{{class}}} constraint from generated C# proxies * Documented available commands === AsDoclet 1.2.0 Release === * C# generator now support nested generic types and recursively defined generic types [http://en.wikipedia.org/wiki/Curiously_Recurring_Template_Pattern Curiously Recurring Template Pattern] === AsDoclet 1.1.3 Release === * C# generator now properly generates generics * !ActionScript and C# generators now properly insert the {{{override}}} keyword * If a list of source files is passed to javadoc only those files are processed