|
One of the most impressive features Ontimize has is the ability to create rich application screens directly from the database configured for the project. Let's see how to create these impressive screens.
Once the Ontimize SDK has been installed, the first step is to create an Ontimize project:
The process of creating the project can be followed in the Ontimize Media Page. The Ontimize SDK distribution has some preconfigured projects, into the default workspace, in which some code example can be found. If you close the Welcome screen and go to the workspace, you can check out the projects in the Package Explorer:
The most important tasks that can be done when developing an Ontimize application are automated in the SDK, and there are some wizards for them. To execute those wizards you can go to:
There are several videos explaining how to execute these tasks in the Ontimize Media Page. The most common tasks are the creation of a database mapping (New Entity Wizard) and the creation of a form or an application screen (New Form Wizard). These tutorials show how to automate the construction of the application screens upon the project database.
|