Difference between revisions of "SmartGENERATOR"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[File:YPrinzip.png|132px]] | ||
+ | |||
+ | = What is it? = | ||
smartGENERATOR is a tool to generate generators for software development results (not only code!). | smartGENERATOR is a tool to generate generators for software development results (not only code!). | ||
+ | = What does it do? = | ||
smartGENERATOR takes structured input from any structured source that has a Java API or Java readable file format e.g. | smartGENERATOR takes structured input from any structured source that has a Java API or Java readable file format e.g. | ||
* UML Tools | * UML Tools | ||
Line 15: | Line 19: | ||
* GUI design and content | * GUI design and content | ||
+ | = How does it work ? = | ||
To do so smartGENERATOR maps the structured input to your output according to mapping rules you define. | To do so smartGENERATOR maps the structured input to your output according to mapping rules you define. | ||
smartGENERATOR is best used together with the [[Y-Prinzip|Y-Principle]] | smartGENERATOR is best used together with the [[Y-Prinzip|Y-Principle]] | ||
+ | = Where do i get it ? = | ||
+ | * [http://www.bitplan.com/index.php/Contactform Contact us] | ||
+ | [[Category:frontend]] | ||
+ | [[Category:smartGENERATOR]] |
Latest revision as of 08:06, 15 October 2020
What is it?
smartGENERATOR is a tool to generate generators for software development results (not only code!).
What does it do?
smartGENERATOR takes structured input from any structured source that has a Java API or Java readable file format e.g.
- UML Tools
- XML Files
- Excel Files
- Database content
- ... you name it
smartGENERATOR systematically creates results like:
- Source code
- Documentation
- Configuration files
- Database schemas and content
- GUI design and content
How does it work ?
To do so smartGENERATOR maps the structured input to your output according to mapping rules you define. smartGENERATOR is best used together with the Y-Principle