Project:
| View Revisions: Issue #43538 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0043538: Implement usage of "singleton" element for the REST web services | ||
| Revision | 2020-03-23 09:14 by caristu | ||
| Description | As explained in the wiki[1] REST web services are registered through a configuration file. This configuration file can include field named "singleton" which currently is ignored. This means that on each request executed for a REST web service in particular, a new instance of the related web service class is being created. [1] http://wiki.openbravo.com/wiki/How_to_create_a_new_REST_webservice#Registering_the_webservice [^] |
||
| Revision | 2020-03-23 09:12 by caristu | ||
| Description | As explained in the wiki[1] REST web services are registered through a configuration file. This configuration file can include field named singleton which currently is not being used. This means that on each request executed for a REST web service in particular, a new instance is created. [1] http://wiki.openbravo.com/wiki/How_to_create_a_new_REST_webservice#Registering_the_webservice [^] |
||
| Revision | 2020-03-23 09:12 by caristu | ||
| Description | As explained in the wiki[1] REST web services are registered through a configuration file. This configuration file can include field named singleton which currently is not being used. This means that on each request executed for a REST web service in particular, a new instance is created. |
||
| Copyright © 2000 - 2009 MantisBT Group |