Tutorial 1
Description: Create a service that allows for the registration and management of hotels, where it is possible to add, edit, and delete hotels; display a list of available hotels; and from the selection of one of them, view its details.
Involved concepts:
- Configuration of the servicedefinition.xml for DOUI;
- Configuration of the douidefinition.xml:
- Sources;
- Controls;
- Process actions;
- Hyperlinks.
Steps:
- Creation of a table in the project database;
- Definition of the service through the servicedefinition.xml and the sources, processing, and rendering in the douidefinition.xml;
- Registration of the service through the servicedefinition.xml;
- Interaction with the service.