SpringFuse is the online version of Celerio, a code generation tool for Java developed by JAXIO.
Springfuse relies on Celerio to generate in a few seconds web applications that leverage various open source technologies, such as Spring Framework and Hibernate.
Springfuse uses the structure of your database as an entry point.
The generation process is done in 4 automated steps.

1 You run locally on your computer our Springfuse Maven plugin. It extracts the meta-data information from your database. Meta-data includes the table names, the column names, indexes and the various integrity constraints.
2 Springfuse plugin uploads the result of this extraction to the Springfuse server. It also uploads
the maven-celerio-plugin.xml configuration file present in the folder src/main/config. This configuration file allows you to fine tune the generation.
3 Once uploaded on Springfuse server, Celerio code generator generates your project and zip it.
4 Springfuse plugin then downloads your project source code on your computer. Here you go : you have your first release!
With Springfuse you save weeks of developments and you learn faster the Open Source technologies that Springfuses leverages.