Changes between Version 62 and Version 63 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/17/11 08:55:47 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v62 v63 5 5 This should be used by modules where possible, but if more power is needed then drop down a level of two (to T2, to base Web2Py or to raw Python). 6 6 7 == Overview == 7 == Web2py Extensions == 8 9 We extend some of the [http://web2py.com web2py] framework classes in {{{modules/s3}}}.[[BR]] 10 We replace web2py's [http://www.web2py.com/book/default/chapter/07#CRUD Crud] with a [wiki:S3XRC/RESTfulAPI/s3_rest_controller REST Controller].[[BR]] 8 11 9 12 - [http://pub.nursix.org/eden/s3 S3 API Documentation (Epydocs)] … … 12 15 - [wiki:S3XRC Extensible Resource Controller (S3XRC)] 13 16 14 == Web2py Extensions == 15 16 We extend some of the [http://web2py.com web2py] framework classes in {{{modules/s3}}}.[[BR]] 17 Patches to the framework should be done here.[[BR]] 18 If they're generic enough then they can be suggested to Massimo Di Pierro for moving upstream to [http://web2py.com web2py]. 19 20 We replace web2py's [http://www.web2py.com/book/default/chapter/07#CRUD Crud] with a [wiki:S3XRC/RESTfulAPI/s3_rest_controller REST Controller].[[BR]] 17 Patches to the framework should be done in {{{modules/s3}}}.[[BR]] 18 If they're generic enough then they can be suggested to Massimo Di Pierro for moving upstream to web2py. 21 19 22 20 == Mandatory ==