<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Yahoo Search Restful Client using Jersey</title>
	<link>http://aruld.info/yahoo-search-restful-client-using-jersey/</link>
	<description>Life, Technology and More</description>
	<pubDate>Tue, 06 Jan 2009 05:59:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: admin</title>
		<link>http://aruld.info/yahoo-search-restful-client-using-jersey/#comment-1217</link>
		<author>admin</author>
		<pubDate>Tue, 19 Aug 2008 05:00:10 +0000</pubDate>
		<guid>http://aruld.info/yahoo-search-restful-client-using-jersey/#comment-1217</guid>
		<description>Andjarnic, 

Yahoo documentation suggests that POST be used for context searches just because the URL can sometimes be potentially lengthy due to the large number of context parameters supported. Query parameters with GET works just fine for context searches too. But, this is not a recommendation. I just updated my blog entry to use form parameters as well as query parameters supported by Jersey Client API for performing context searches using POST.

-Arul</description>
		<content:encoded><![CDATA[<p>Andjarnic, </p>
<p>Yahoo documentation suggests that POST be used for context searches just because the URL can sometimes be potentially lengthy due to the large number of context parameters supported. Query parameters with GET works just fine for context searches too. But, this is not a recommendation. I just updated my blog entry to use form parameters as well as query parameters supported by Jersey Client API for performing context searches using POST.</p>
<p>-Arul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andjarnic</title>
		<link>http://aruld.info/yahoo-search-restful-client-using-jersey/#comment-1190</link>
		<author>andjarnic</author>
		<pubDate>Mon, 18 Aug 2008 17:19:01 +0000</pubDate>
		<guid>http://aruld.info/yahoo-search-restful-client-using-jersey/#comment-1190</guid>
		<description>I am curious why yahoo supports a POST call to do a search...?? Usually post is used to create something, yet according to there api page, its just like get with the use of contextSearch. Are they using post to differentiate a regular search from a context search? Seems like a query parameter would work fine in the GET version.</description>
		<content:encoded><![CDATA[<p>I am curious why yahoo supports a POST call to do a search&#8230;?? Usually post is used to create something, yet according to there api page, its just like get with the use of contextSearch. Are they using post to differentiate a regular search from a context search? Seems like a query parameter would work fine in the GET version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
