Difference between revisions of "Projects/JsonRest"

From InfiniteERP Wiki
Jump to: navigation, search
(Created page with "== 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:...")
 
(No difference)

Latest revision as of 10:08, 16 December 2021

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:

  1. the JSON REST webservice
  2. 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:

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.