Fornax-Platform View a printable version of the current page. Export Page as PDF
  5. CRUD GUI Tutorial (CSC)
 
 Browse Space
General


Projects


Latest News
Latest News
(The 15 most recent blogposts in space Fornax-Platform.)


Global Reports
Find all pages that arent linked from anywhere.
Find all undefined pages.
Feed for new pages.
Added by Andreas Källberg, last edited by Patrik Nordwall on Jan 29, 2010  (view change) show comment

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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:

  1. Web application : Read more in Web CRUD GUI Tutorial
  2. Rich Client : Read more in Rich Client CRUD GUI Tutorial
  3. 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.