Changes between Version 57 and Version 58 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/17/11 08:39:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v57 v58 1 1 [[TOC]] 2 2 = Sahana Eden Framework = 3 3 4 We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]] 4 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). 5 6 7 == Overview == 8 9 - [http://pub.nursix.org/eden/s3 S3 API Documentation (Epydocs)] 10 11 - [wiki:S3AAA Authentication, Authorization and Accounting (S3AAA)] 12 - [wiki:S3XRC Extensible Resource Controller (S3XRC)] 13 6 14 == REST Controller == 15 7 16 We extend Web2Py's CRUD with a [wiki:RESTController REST Controller] & [wiki:S3XRC S3XRC].[[BR]] 8 17 This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html … … 17 26 Patches to the framework should be done here.[[BR]] 18 27 If they're generic enough then they can be suggested to Massimo for moving upstream to Web2Py. 19 20 28 21 29 === Custom Methods Plugged into REST ===