Tutorial: 9 Steps to run an ODABA GUI application
This is a short instruction guide for starters in order to create a database and build a simple GUI application. The Manual refers to essential steps without being a detailed documentation of different ODABA features. The manual does not follow the development guide lines, which explicitly suggest beginning with the terminology model, but it demonstrates the essential technical steps for developing an application.
The example starts with installing the software, defining a database schema, creating and evaluating test data, building a GUI application and creating an application context library.
The following steps are to be executed:
- Install the software (binary or sources)
- Create Sample project
- Load schema to database
- [ Update schema ]
- Create test data
- Evaluate test data
- Design a GUI application
- Create application context library
- Run application
In order not to run into problems, we suggest urgently to name the sample project sample, since all the instructions are referring to this project name.

