Jeromy Evans on 20/12/07 22:25, wrote:
http://my.company.com/myapp/rest/orders/1
All you're supposed to do is assign a unique URL to each resource, which
is exactly you've done.
Other important aspects of the approach are:
- you're binding the HTTP methods to certain operations (or in the case
of the REST plugin, certain methods in your action). eg. POST does not
return a result
- you're trying to maintain state only on the client (eg. you don't use
a session)
Trying to maintain state only on the client? How would you secure the
application?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]