Changes between Version 36 and Version 37 of BluePrintREST


Ignore:
Timestamp:
01/05/09 03:43:36 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v36 v37  
    2323Also can add extra methods to the controller, such as:
    2424 * Search (make this the default if many records found?): t2.search()
     25 * Enable/Disable & Visible/Invisible could be extra methods for GIS Layers?
    2526
    2627Should we add a {{{custom=}} option to enable customform sub-processing? (or a separate !CustomController*)
     
    3132
    3233----
     34This is the S3 way of doing [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD]
    3335
    34 Basic approach for the S3 architecture is to have a Web Services backend & a Javascript client front end.
     36Basic approach for the S3 architecture is to have a Web Services backend & a Javascript client front end.[[BR]]
    3537RESTful APIs make this easier.
    3638