Projects/JsonRest
Introduction
The JSON REST module provides a JSON webservice for CRUD operations: fetch, update, delete and create. The JSON REST functionality consists of 2 main parts:
- the JSON REST webservice
- the underlying classes used to provide this service (mainly business object to JSON converters and back).
As a developer you can integrate directly with the JSON REST webservice or develop your own webservice making use of the core JSON REST classes.
Project information:
- Leader: Martin Taal <martin.taal at openbravo.com>
- Forge project: Openbravo JSON REST
- Development branch: org.openbravo.service.json
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.