Re: [cgi-prototype-users] Re: each page is really an operation

2005-09-05 Thread A. Pagaltzis
* Terrence Brannon <[EMAIL PROTECTED]> [2005-09-05 13:15]:
> You are using a REST-inspired approach to web design, not pure
> REST:

Yes. I never claimed otherwise; part of the reason for this is
that I’m writing plain old user-operated web apps, not (yet)
machine-operated XML-based web services.

And since I use cookies purely for authentication (see merlyn’s
article on how to use them), it won’t be very hard to switch to
a cookie-less modus operandi.

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: each page is really an operation

2005-09-05 Thread A. Pagaltzis
* Terrence Brannon <[EMAIL PROTECTED]> [2005-09-05 13:05]:
> This is what Paul Prescod lists as Common Design Mistake #3
> when building a REST website:

I don’t expect clients to construct these URLs manually. Of
course they get there by following links from elsewhere on the
interface. The idea is to view URIs locations of a resource,
which can be manipulated by the appropriate HTTP verbs – as
opposed to viewing them as the name of a callable function.

See also:
http://www.intertwingly.net/blog/2005/03/09/Distributed-State-Machines

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users


Re: [cgi-prototype-users] Re: each page is really an operation

2005-09-05 Thread A. Pagaltzis
* Terrence Brannon <[EMAIL PROTECTED]> [2005-09-05 13:30]:
> What if you had to visit aristotle.perlmonks.org instead of
> simply visiting perlmonks.org and having it authenticate you
> based on a cookie? 

You are forgetting HTTP authentication. You’d visit (in common
URI syntax) http://user:[EMAIL PROTECTED]/. REST does not preclude
authentication with its expose-resources-as-URIs approach.

Regards,
-- 
Aristotle Pagaltzis // 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users