Projects:DatasourceService
Introduction
The Datasource Service makes it possible to implement and define data sources in Openbravo. A data source provides data to other parts of Openbravo. The data is retrieved from the database, computed at runtime or a combination of both.
Datasources are specifically used as part the Openbravo rich user interface. The data source module provides templates to generate a client-side representation of data sources in javascript. The user interface can request data from data sources and also send updated data to data sources using JSON webservices.
Project information:
- Leader: Martin Taal <martin.taal at openbravo.com>
- Forge project: Datasource Service
- Development branch: org.openbravo.service.datasource
Documentation
This module is part of new user interface developments by Openbravo for Openbravo 3.0. The Openbravo 3.0 developers guide can be found here.