Changes between Version 41 and Version 42 of S3REST


Ignore:
Timestamp:
05/19/10 09:59:03 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v41 v42  
    55== S3RESTController ==
    66
    7 The S3RESTController class implements a generic RESTful interface for database resources in S3. This class is instantiated once per request as the global callable '''s3rest''' object.
     7The S3RESTController class implements a generic RESTful interface for database resources in S3. This class is instantiated as the global callable '''s3rest''' object, and called by the ''shn_rest_controller()'' wrapper function.
    88
    99'''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
     
    1111Important: an s3rest instance is created per request and must not be stored or referenced by static objects to avoid memory leaks!
    1212
    13 The default method handlers implement CRUD (create, read, update, delete) in all major representations, including the capabilities of [wiki:S3XRC S3XRC] to use in-line XSLT for export and import of XML and JSON formats.
     13The default method handlers provided by the ''shn_rest_controller()'' wrapper implement CRUD (create, read, update, delete) in all major representations, including the capabilities of [wiki:S3XRC S3XRC] to use in-line XSLT for export and import of XML and JSON formats.
    1414
    1515[[Image(s3rest.png)]]