Changes between Version 23 and Version 24 of S3REST


Ignore:
Timestamp:
03/18/10 17:01:37 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v23 v24  
    55
    66s3rest is a callable global object which implements the RESTful interface for the S3 framework. This interface can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
     7
     8Important: an s3rest instance is created per request and must not be stored or registered into static objects to avoid memory leaks!
    79
    810The 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.