|
|
| Line 1: |
Line 1: |
| − | {{Hierarchy_header}}
| |
| | | | |
| − | == Introduction ==
| + | [[Category:Development ERP]] |
| − | Openbravo JSON REST provides Create-Retrieve-Update-Delete functions as a webservice. Openbravo JSON REST handles direct requests for content (returned as a [http://en.wikipedia.org/wiki/Json JSON] string) or requests which contain content as JSON. The response to service calls is always a correct JSON formatted string.
| |
| − | | |
| − | 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.
| |
| − | | |
| − | == Module and Documentation ==
| |
| − | | |
| − | Openbravo JSON REST is delivered as a separate module. For the module information visit [[Projects/JsonRest|the module project page]].
| |
| − | | |
| − | For information on how to use and extend Openbravo JSON REST visit the [[Projects/JsonRest/Developers_Manual|Developers Manual]].
| |
| − | | |
| − | {{Hierarchy_footer}}
| |
| − | | |
| − | [[Category:Development ERP 2.50]] | |