Sculptor CRUD Gui Tutorial
In Hello World Tutorial and Advanced Tutorial you have learn how to use the back-end business tier pieces of Sculptor.
Now, let us continue with with something more visible. A front-end can also be generated from the business tier model. The purpose of the front-end is to manage the classical Create, Read, Update, and Delete operations of the domain objects. It also has advanced support for associations between objects.
Three different types of front-end applications are supported:
- Web application : Read more in Web CRUD GUI Tutorial
- Rich Client : Read more in Rich Client CRUD GUI Tutorial
- GWT Smartclient : Read more in Smart Client Tuturial
A separate Domain Language is used to facilitate the need to adapt what is generated. Read more about DSL for GRUD GUI.