ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xml-dev
xml-dev
Re: [xml-dev] Exposing resources/services vs hiding implementation details
by Leigh Dodds other posts by this author
Apr 5 2005 3:34PM messages near this date
Re: [xml-dev] Exposing resources/services vs hiding implementation details | Re: [xml-dev] Exposing resources/services vs hiding implementation details
& XSLT Michael Champion wrote:

>  On Apr 5, 2005 11:42 AM, Jan Algermissen <jalgermissen@[...].com> wrote:
>  
> > the extreme of providing a
> >single poiunt of access (e.g. http://foo.org/myService ) to POST
> >everything to just doesn't seem to cut it when it comes to scalability
> >and integratability.
> >
> >But maybe I misunderstand your point.
>   
>  My point is to ask for evidence to support that assertion, especially
>  since one has to add "security" to the list of necessary properties
>  for a Web application in today's world.

* Caching proxies will cache the results of a GET but not a POST. A 
client can similarly cache the results. This can all happen
independently of the particulars of the message exchange. This can
directly help scalability, especially if I've got a service like Akamai
deployed between me and my users.

* If I can retrieve a representation of a resource via GET, then one
method of integration is the simple link.

* You're free to manage your URL space, changing its structure without
impact to me by applying simple HTTP rewrites, and a 302. No need for
me to learn a new request format/location/etc.

* Fine-grained security is much easier to achieve when you can identify 
the resources under control with their own URIs. Web servers allow 
security constraints to be applied based on request method -- you don't
have to hide it all behind POST, see for example, [1].

* Auditing of your application usage can be as simple as mining your
web server logs.

Cheers,

L.

[1]. http://norman.walsh.name/2005/02/22/limitexcept

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org> 

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php> 
Thread:
Claude L Bullard
Marc de Graauw
Joe Gregorio
Bill de hÓra
Michael Champion
Uche Ogbuji
Jan Algermissen
Uche Ogbuji
Rich Salz
Jan Algermissen
Rich Salz
Michael Champion
Bill de hÓra
Michael Champion
Uche Ogbuji
Bill de hÓra
Robert Koberg
Peter Hunsberger
Michael Champion
Leigh Dodds
Jan Algermissen
Leigh Dodds
Bill de hÓra
Michael Champion
Leigh Dodds
Michael Champion
Rick Marshall
Bill de hÓra
Robert Koberg
Rich Salz
Leigh Dodds
Rich Salz
Leigh Dodds
Rich Salz
Leigh Dodds
Andrzej Jan Taramina
Rich Salz
Bob Foster
Jan Algermissen
Mark Baker
Michael Champion
Michael Champion
Mark Baker
Mark Baker
Michael Champion
Bill de hÓra
Rich Salz
David Lyon
Rich Salz
Joe Gregorio
Rich Salz
Joe Gregorio
Saptagirisa N
Arvind Singh
Rich Salz
Joe Gregorio
Rich Salz
Joe Gregorio
Rich Salz
Dave Pawson
Mark Baker
Joe Gregorio
Mark Baker
Rich Salz
Michael Champion
Elliotte Rusty Harold
Joe Gregorio
Michael Champion
Jan Algermissen
Bill de hÓra
Joe Gregorio
Charles Woerner
Rich Salz

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved