<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WEB API best practices</title>
	<atom:link href="http://www.bserban.org/2009/02/web-api-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bserban.org/2009/02/web-api-best-practices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-api-best-practices</link>
	<description>Web, Java, J2EE, SaaS, Tips&#38;Tricks</description>
	<lastBuildDate>Thu, 28 Apr 2011 09:51:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PI</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-278</link>
		<dc:creator>PI</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-278</guid>
		<description>Thanks!
I just finished reading the RESTful Web Services book by Leonard Richardson and Sam Ruby. I highly recommend it for anyone interested in this subject.
I&#8217;m going with a request signing authentication schema, similar to what the Amazon S3 service does.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I just finished reading the RESTful Web Services book by Leonard Richardson and Sam Ruby. I highly recommend it for anyone interested in this subject.<br />
I&#8217;m going with a request signing authentication schema, similar to what the Amazon S3 service does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Vega</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-30</link>
		<dc:creator>Rafael Vega</dc:creator>
		<pubDate>Tue, 24 Feb 2009 11:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-30</guid>
		<description>Thanks! 
I just finished reading the RESTful Web Services book by Leonard Richardson and Sam Ruby. I highly recommend it for anyone interested in this subject. 
I&#039;m going with a request signing authentication schema, similar to what the Amazon S3 service does.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I just finished reading the RESTful Web Services book by Leonard Richardson and Sam Ruby. I highly recommend it for anyone interested in this subject.<br />
I&#8217;m going with a request signing authentication schema, similar to what the Amazon S3 service does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bserban</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-26</link>
		<dc:creator>bserban</dc:creator>
		<pubDate>Sun, 22 Feb 2009 15:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-26</guid>
		<description>Rafael,

I am thinking to post a blog entry about authentication and security in REST Applications. So far i have used:
* cookies/tokens (depends on the api) to maintain the session
* application ids to limit the usage
* after every interaction provide a new token and validate it at the next call
* and of course, you could use digital signature.

bserban</description>
		<content:encoded><![CDATA[<p>Rafael,</p>
<p>I am thinking to post a blog entry about authentication and security in REST Applications. So far i have used:<br />
* cookies/tokens (depends on the api) to maintain the session<br />
* application ids to limit the usage<br />
* after every interaction provide a new token and validate it at the next call<br />
* and of course, you could use digital signature.</p>
<p>bserban</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bserban</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-24</link>
		<dc:creator>bserban</dc:creator>
		<pubDate>Sat, 21 Feb 2009 19:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-24</guid>
		<description>Hi Andrei, 

I recommend you to read these two books &lt;a href=&quot;http://www.amazon.com/Building-Scalable-Web-Sites-applications/dp/0596102356&quot; rel=&quot;nofollow&quot;&gt;Building Scalable Web Sites&lt;/a&gt;, about how flickr was build, and &lt;a href=&quot;http://www.amazon.com/Scalable-Internet-Architectures-Developers-Library/dp/067232699X&quot; rel=&quot;nofollow&quot;&gt;Scalable Internet Architectures&lt;/a&gt;, i found them great.</description>
		<content:encoded><![CDATA[<p>Hi Andrei, </p>
<p>I recommend you to read these two books <a href="http://www.amazon.com/Building-Scalable-Web-Sites-applications/dp/0596102356" rel="nofollow">Building Scalable Web Sites</a>, about how flickr was build, and <a href="http://www.amazon.com/Scalable-Internet-Architectures-Developers-Library/dp/067232699X" rel="nofollow">Scalable Internet Architectures</a>, i found them great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Vega</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-23</link>
		<dc:creator>Rafael Vega</dc:creator>
		<pubDate>Fri, 20 Feb 2009 19:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-23</guid>
		<description>Great post!
Can you point us to some REST API authentication/security recommendations?</description>
		<content:encoded><![CDATA[<p>Great post!<br />
Can you point us to some REST API authentication/security recommendations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CRISTIANO</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-22</link>
		<dc:creator>CRISTIANO</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-22</guid>
		<description>I recommend you a tool: ENUNCIATE - http://enunciate.codehaus.org. This tool can grow your productivity and can give you a better view about different Web services solutions. As they say: Enunciate is an engine for creating, maintaining, and deploying your rich Web service API for the Java platform. Good luck!</description>
		<content:encoded><![CDATA[<p>I recommend you a tool: ENUNCIATE &#8211; <a href="http://enunciate.codehaus.org" rel="nofollow">http://enunciate.codehaus.org</a>. This tool can grow your productivity and can give you a better view about different Web services solutions. As they say: Enunciate is an engine for creating, maintaining, and deploying your rich Web service API for the Java platform. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrei</title>
		<link>http://www.bserban.org/2009/02/web-api-best-practices/comment-page-1/#comment-12</link>
		<dc:creator>andrei</dc:creator>
		<pubDate>Wed, 18 Feb 2009 09:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=113#comment-12</guid>
		<description>Hi,

I find your post very interesting and I would like to know more about SOA. Can you please recommend me a book?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I find your post very interesting and I would like to know more about SOA. Can you please recommend me a book?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

