When you have to provide a simple interface to manage data in a relational database, a very efficient solution is to use the Telosys Tools scaffolding feature.
It provides a fast and convenient way to generate « CRUD screens », ready to use.
The screens components ( Java classes, JSP and JavaScript files ) are like handmade files, they are easy to read and modify.
The code-generation is based on Velocity templates, so you can modify existing templates and create new ones.
The generated files are based on the Telosys Framework ( a full-stack framework designed to build easily AJAX web applications )
It takes about 1 hour to generate all the screens (one screen for each entity table).
The process can be described as follow :
1) Install the Telosys Tools Eclipse plugin
2) Create a Dynamic Web Project and import Telosys StarterKit
3) Generate the lightweight repository from the database meta-data
4) Use the “bulk generation” to generate all the screens
For more information let’s have a look to the web site : http://www.telosys.org
And download the “StarterKit guide”.
-
Scaffolding for Java Web Applications is now possible with the Telosys Tools (3 messages)
- Posted by: J Thomson
- Posted on: December 07 2010 13:02 EST
Threaded Messages (3)
- Telosys starter kit by L Guerin on December 09 2010 05:54 EST
- About gradschool by Momotaj Haque on December 11 2010 18:14 EST
- Scaffolding with grails and its CRUD DSL by harsh sondhi on December 12 2010 15:23 EST
-
Telosys starter kit[ Go to top ]
- Posted by: L Guerin
- Posted on: December 09 2010 05:54 EST
- in response to J Thomson
If you have few minutes to discover the principles of the code generation,
let's have a look at the Starter Kit Guide : download the guideThe right link for the web site is : http://www.telosys.org
-
About gradschool[ Go to top ]
- Posted by: Momotaj Haque
- Posted on: December 11 2010 18:14 EST
- in response to L Guerin
i found this informative and interesting blog so i think so its very useful and knowledge able.I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. aboutgradschools -
Scaffolding with grails and its CRUD DSL[ Go to top ]
- Posted by: harsh sondhi
- Posted on: December 12 2010 15:23 EST
- in response to J Thomson
Wondering what and how it has advantage over grails scaffolding and it dsl based crud avialble.