A domain-specific programming language used to easily automatically generate a server based system along with a working GUI
The main files that this project consists of are as follows:
-
Grammar definition (Xtext): org.xtext.example.sgl/src/org/xtext/example/mydsl/ServerGeneratorLanguage.xtext
-
Sourcecode generator model (coded in Xtend): org.xtext.example.sgl/src/org/xtext/example/mydsl/generator/ServerGeneratorLanguageGenerator.xtend
The other files in this project can be automatically generated using Eclipse IDE and the Xtend/Xtend framework.
The executable version (Eclipse plugin) of this software can be download here: https://www.dropbox.com/s/l5rgyw55c9t8nbt/ServerGeneratorLanguage.zip