Changes between Version 36 and Version 37 of BluePrintREST
- Timestamp:
- 01/05/09 03:43:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v36 v37 23 23 Also can add extra methods to the controller, such as: 24 24 * Search (make this the default if many records found?): t2.search() 25 * Enable/Disable & Visible/Invisible could be extra methods for GIS Layers? 25 26 26 27 Should we add a {{{custom=}} option to enable customform sub-processing? (or a separate !CustomController*) … … 31 32 32 33 ---- 34 This is the S3 way of doing [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD] 33 35 34 Basic approach for the S3 architecture is to have a Web Services backend & a Javascript client front end. 36 Basic approach for the S3 architecture is to have a Web Services backend & a Javascript client front end.[[BR]] 35 37 RESTful APIs make this easier. 36 38