Changes between Version 34 and Version 35 of S3REST


Ignore:
Timestamp:
05/14/10 07:18:08 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3REST

    v34 v35  
    44== s3rest ==
    55
    6 s3rest 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.
     6s3rest is a callable global object which implements the RESTful interface for the S3 framework (instance of S3RESTController). This interface can be configured dynamically, and can easily be used to build RESTful controllers throughout the application.
    77
    88Important: an s3rest instance is created per request and must not be stored or referenced by static objects to avoid memory leaks!