<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spring in Practice &#187; rest</title>
	<atom:link href="http://springinpractice.com/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://springinpractice.com</link>
	<description>Willie Wheeler&#039;s Spring blog</description>
	<lastBuildDate>Fri, 18 May 2012 07:39:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Sending cookies with RestTemplate</title>
		<link>http://springinpractice.com/2012/04/08/sending-cookies-with-resttemplate/</link>
		<comments>http://springinpractice.com/2012/04/08/sending-cookies-with-resttemplate/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 04:06:18 +0000</pubDate>
		<dc:creator>Willie Wheeler</dc:creator>
				<category><![CDATA[Chapter 11 - CMDB]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[resttemplate]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://springinpractice.com/?p=688</guid>
		<description><![CDATA[Sometimes it is necessary to send cookies along with requests to a RESTful API. One such example is the JIRA 4.3 API, which requires sending the JSESSIONID to JIRA for session management and authentication purposes. REST purists point out that &#8230; <a href="http://springinpractice.com/2012/04/08/sending-cookies-with-resttemplate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://springinpractice.com/2012/04/08/sending-cookies-with-resttemplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling the GitHub API using Spring&#8217;s RestTemplate</title>
		<link>http://springinpractice.com/2012/01/14/calling-the-github-api-using-springs-resttemplate/</link>
		<comments>http://springinpractice.com/2012/01/14/calling-the-github-api-using-springs-resttemplate/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 22:15:59 +0000</pubDate>
		<dc:creator>Willie Wheeler</dc:creator>
				<category><![CDATA[Chapter 11 - CMDB]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github api]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[resttemplate]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://springinpractice.com/?p=552</guid>
		<description><![CDATA[GitHub has an RESTful JSON API that we can call from our apps. In this post I&#8217;ll show how I&#8217;m grabbing a GitHub repo&#8217;s watchers and pull them into my own app using Spring&#8217;s RestTemplate. Meet the GitHub API First, &#8230; <a href="http://springinpractice.com/2012/01/14/calling-the-github-api-using-springs-resttemplate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://springinpractice.com/2012/01/14/calling-the-github-api-using-springs-resttemplate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New stuff in Spring 3.0</title>
		<link>http://springinpractice.com/2008/12/02/new-stuff-in-spring-30/</link>
		<comments>http://springinpractice.com/2008/12/02/new-stuff-in-spring-30/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 02:59:26 +0000</pubDate>
		<dc:creator>Willie Wheeler</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[spring 3.0]]></category>
		<category><![CDATA[spring el]]></category>
		<category><![CDATA[spring web mvc]]></category>
		<category><![CDATA[springone]]></category>

		<guid isPermaLink="false">http://springinpractice.wordpress.com/?p=159</guid>
		<description><![CDATA[This morning I attended a talk by Juergen Hoeller on what&#8217;s coming in Spring 3.0. First, he said that we can expect the first milestone release sometime this week, and said that he expected there to be about three milestone &#8230; <a href="http://springinpractice.com/2008/12/02/new-stuff-in-spring-30/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://springinpractice.com/2008/12/02/new-stuff-in-spring-30/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

