TracNav menu
Home
Inspired by the 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 Flash Remoting, RTMP, Blaze DS, Red5, and 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 Velocity based code generation engine it is an ease to generate sources in other languages. A C# generator is already available.
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 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