EasyMda
An Eclipse plugin that generates source-code, from a Java based model
...The main difference with other Mda tools is that easyMda does not rely on Uml nor a Dsl, instead it uses Java classes as it's model. The advantage over Uml and Dsl is that the combined power of
Java reflection (to parse the model classes)
Interfaces (to provide the generator with whatever information)
Annotation's (for all kinds of fine-grained information)
plus the incredible Jet engine
make it so flexible and powerful.
Please download the easymda-reactive.zip file, follow the steps in the user's guide and generate a fully functional Reactive application.
>> See the Wiki pages for more How-to instructions...