Difference between revisions of "SmartGENERATOR"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "Y-Prinzip")
 
Line 1: Line 1:
[[Y-Prinzip]]
+
smartGENERATOR is a tool to generate generators for software development results (not only code!).
 +
 
 +
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
 +
 
 +
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]]

Revision as of 07:28, 19 March 2015

smartGENERATOR is a tool to generate generators for software development results (not only code!).

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

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