<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SpringSource Team Blog</title>
	
	<link>http://blog.springsource.org</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Mon, 13 May 2013 19:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SpringSourceTeamBlog" /><feedburner:info uri="springsourceteamblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Reactor – a foundation for asynchronous applications on the JVM</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/yLEw6HFtPbw/</link>
		<comments>http://blog.springsource.org/2013/05/13/reactor-a-foundation-for-asynchronous-applications-on-the-jvm/#comments</comments>
		<pubDate>Mon, 13 May 2013 16:47:53 +0000</pubDate>
		<dc:creator>jbrisbin</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Enterprise Integration]]></category>
		<category><![CDATA[Groovy/Grails]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=13321</guid>
		<description>We’re pleased to announce that, after a long period of internal incubation, we’re releasing a foundational framework for asynchronous applications on the JVM which we’re calling Reactor. It provides abstractions for Java, Groovy and other JVM languages to make building event and data-driven applications easier. It’s also really fast. On modest hardware, it&amp;#039;s possible to  &lt;a href="http://blog.springsource.org/2013/05/13/reactor-a-foundation-for-asynchronous-applications-on-the-jvm/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/yLEw6HFtPbw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/05/13/reactor-a-foundation-for-asynchronous-applications-on-the-jvm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/05/13/reactor-a-foundation-for-asynchronous-applications-on-the-jvm/</feedburner:origLink></item>
		<item>
		<title>Content Negotiation using Spring MVC</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/Jk_AtjAxmFY/</link>
		<comments>http://blog.springsource.org/2013/05/11/content-negotiation-using-spring-mvc/#comments</comments>
		<pubDate>Sat, 11 May 2013 12:54:44 +0000</pubDate>
		<dc:creator>Paul Chapman</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=13194</guid>
		<description>There are two ways to generate output using Spring MVC: You can use the RESTful @ResponseBody approach and HTTP message converters, typically to return data-formats like JSON or XML. Programmatic clients, mobile apps and AJAX enabled browsers are the usual clients. Alternatively you may use view resolution. Although views are perfectly capable of generating JSON  &lt;a href="http://blog.springsource.org/2013/05/11/content-negotiation-using-spring-mvc/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/Jk_AtjAxmFY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/05/11/content-negotiation-using-spring-mvc/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/05/11/content-negotiation-using-spring-mvc/</feedburner:origLink></item>
		<item>
		<title>Spring Data Arora SR1 released</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/rzSA_jQN8L8/</link>
		<comments>http://blog.springsource.org/2013/04/25/spring-data-arora-sr1-released/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 07:48:57 +0000</pubDate>
		<dc:creator>Oliver Gierke</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Data]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=13138</guid>
		<description>I am pleased to announce the first service release for the Spring Data Arora release. It includes the following modules: Spring Data Commons 1.5.1 &amp;#8211; Changelog Spring Data JPA 1.3.1 &amp;#8211; Changelog Spring Data MongoDB 1.2.1 &amp;#8211; Changelog Spring Data Neo4j 2.2.1 &amp;#8211; Changelog Spring Data Redis 1.0.4 &amp;#8211; Changelog Spring Data Gemfire 1.3.1 &amp;#8211;  &lt;a href="http://blog.springsource.org/2013/04/25/spring-data-arora-sr1-released/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/rzSA_jQN8L8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/04/25/spring-data-arora-sr1-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/04/25/spring-data-arora-sr1-released/</feedburner:origLink></item>
		<item>
		<title>Introducing Spring XD</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/COpgXMhEDss/</link>
		<comments>http://blog.springsource.org/2013/04/23/introducing-spring-xd/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 19:41:36 +0000</pubDate>
		<dc:creator>Mark Fisher</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Batch]]></category>
		<category><![CDATA[Spring Data]]></category>
		<category><![CDATA[Spring Integration]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=13218</guid>
		<description>Today we are officially kicking off a new initiative called Spring XD whose theme is &amp;#034;tackling Big Data complexity&amp;#034;1. The Spring Data team has been incredibly busy over the past few years, not only providing support for NoSQL datastores but also simplifying the development experience with Hadoop. With the creation of the Spring for Apache  &lt;a href="http://blog.springsource.org/2013/04/23/introducing-spring-xd/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/COpgXMhEDss" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/04/23/introducing-spring-xd/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/04/23/introducing-spring-xd/</feedburner:origLink></item>
		<item>
		<title>Spring and Open Source at the Pivotal Initiative</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/D-eJAy-9-94/</link>
		<comments>http://blog.springsource.org/2013/04/03/spring-and-open-source-at-the-pivotal-initiative/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 16:34:09 +0000</pubDate>
		<dc:creator>Adrian Colyer</dc:creator>
				<category><![CDATA[Groovy/Grails]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=13076</guid>
		<description>By now you’ve probably heard about Pivotal. I’d like to take a moment here to explain what this means for Spring, and to tell you about some of our plans for 2013. In case you missed it, here’s the essential background on Pivotal: Led by Paul Maritz, the initiative unites key people and projects from  &lt;a href="http://blog.springsource.org/2013/04/03/spring-and-open-source-at-the-pivotal-initiative/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/D-eJAy-9-94" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/04/03/spring-and-open-source-at-the-pivotal-initiative/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/04/03/spring-and-open-source-at-the-pivotal-initiative/</feedburner:origLink></item>
		<item>
		<title>Bringing new life to Spring Travel with Thymeleaf</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/Gl_OtNd0d7A/</link>
		<comments>http://blog.springsource.org/2013/03/26/bringing-new-life-to-spring-travel-with-thymeleaf/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 10:30:30 +0000</pubDate>
		<dc:creator>Daniel Fernández</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Flow]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=12771</guid>
		<description>&amp;#160; Hi reader! My name is Daniel Fern&amp;#225;ndez and I am the author of the Thymeleaf template engine as well as several other open source technologies. I recently helped update the Spring Travel sample application and migrate its view layer to Thymeleaf, and the nice folks at SpringSource have given me the opportunity to write  &lt;a href="http://blog.springsource.org/2013/03/26/bringing-new-life-to-spring-travel-with-thymeleaf/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/Gl_OtNd0d7A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/03/26/bringing-new-life-to-spring-travel-with-thymeleaf/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/03/26/bringing-new-life-to-spring-travel-with-thymeleaf/</feedburner:origLink></item>
		<item>
		<title>Spring Petclinic is on Github!</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/mVez5MTzTv8/</link>
		<comments>http://blog.springsource.org/2013/03/21/spring-petclinic-is-on-github/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 10:02:56 +0000</pubDate>
		<dc:creator>Michael Isvy</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=12963</guid>
		<description>We are pleased to announce that the Spring Petclinic sample application has been refactored. The source code is now available on github and has been deployed on cloudfoundry. Here is a screenshot of the new application: And here is an overview of the new architecture: Spring, Spring, Spring We have used the following Spring features:  &lt;a href="http://blog.springsource.org/2013/03/21/spring-petclinic-is-on-github/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/mVez5MTzTv8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/03/21/spring-petclinic-is-on-github/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/03/21/spring-petclinic-is-on-github/</feedburner:origLink></item>
		<item>
		<title>Spring Data GemFire 1.3.0 Released</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/PoxAzjx9da8/</link>
		<comments>http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 18:25:26 +0000</pubDate>
		<dc:creator>David Turanski</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=12838</guid>
		<description>I am pleased to announce the GA release of Spring Data GemFire 1.3.0. In addition to many minor bug fixes and enhancements, this release includes some notable new features to make writing Java applications with GemFire even easier: Annotation Support For Functions GemFire provides the ability to &amp;#034;bring the code to the data&amp;#034; by providing  &lt;a href="http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/PoxAzjx9da8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/</feedburner:origLink></item>
		<item>
		<title>Performance Improvements in STS 3.2.0</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/59E6NSsDqm8/</link>
		<comments>http://blog.springsource.org/2013/03/12/performance-improvements-in-sts-3-2-0/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 10:33:16 +0000</pubDate>
		<dc:creator>Martin Lippert</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=12767</guid>
		<description>The latest release of the Spring Tool Suite (3.2.0) contains a large number of performance improvements in many different areas. We are not only adopting the latest improvements from the Eclipse Juno SR2 maintenance release (which fixes a large number of performance issues with the new Eclipse 4 platform UI), we also worked on the  &lt;a href="http://blog.springsource.org/2013/03/12/performance-improvements-in-sts-3-2-0/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/59E6NSsDqm8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/03/12/performance-improvements-in-sts-3-2-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/03/12/performance-improvements-in-sts-3-2-0/</feedburner:origLink></item>
		<item>
		<title>Scripted 0.4 released</title>
		<link>http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/0jAUfzERZW0/</link>
		<comments>http://blog.springsource.org/2013/03/05/scripted-0-4-released/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 22:12:53 +0000</pubDate>
		<dc:creator>aclement</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=12680</guid>
		<description>This week we&amp;#039;ve released version 0.4 of our JavaScript focused code editor. You can read about the background of Scripted here. The full release notes for 0.4 are here but in this article I&amp;#039;ll call out a few of the more interesting changes. Tooltips Scripted uses an inferencing engine to build an understanding of your  &lt;a href="http://blog.springsource.org/2013/03/05/scripted-0-4-released/"&gt;&lt;em&gt;Read more...&lt;/em&gt;&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/SpringSourceTeamBlog/~4/0jAUfzERZW0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.springsource.org/2013/03/05/scripted-0-4-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.springsource.org/2013/03/05/scripted-0-4-released/</feedburner:origLink></item>
	</channel>
</rss>
