Changes between Version 42 and Version 43 of S3REST


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v42 v43  
    55== S3RESTController ==
    66
    7 The 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.
    8 
    9 '''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
     7The S3RESTController class implements a generic RESTful interface for database resources in S3.
     8
     9This class is instantiated as the global callable '''s3rest''' object, which will be used by the ''shn_rest_controller()'' wrapper function. '''s3rest''' can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
    1010
    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 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.
     13The default method handlers of '''s3rest''' (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)]]