<?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>SpringSource Team Blog &#187; Spring</title>
	<atom:link href="http://blog.springsource.org/category/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 16 May 2012 14:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Spring MVC 3.2 Preview: Adding Long Polling to an Existing Web Application</title>
		<link>http://blog.springsource.org/2012/05/13/spring-mvc-3-2-preview-adding-long-polling-to-an-existing-web-application/</link>
		<comments>http://blog.springsource.org/2012/05/13/spring-mvc-3-2-preview-adding-long-polling-to-an-existing-web-application/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:24:20 +0000</pubDate>
		<dc:creator>Rossen Stoyanchev</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=11038</guid>
		<description><![CDATA[In my last post I discussed how to make a Spring MVC controller method asynchronous by returning a Callable which is then invoked in a separate thread by Spring MVC. But what if async processing depended on receiving an external event that will take place in a thread outside the control of the current request  <a href="http://blog.springsource.org/2012/05/13/spring-mvc-3-2-preview-adding-long-polling-to-an-existing-web-application/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/05/13/spring-mvc-3-2-preview-adding-long-polling-to-an-existing-web-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Spring MVC 3.2 Preview: Making a Controller Method Asynchronous</title>
		<link>http://blog.springsource.org/2012/05/10/spring-mvc-3-2-preview-making-a-controller-method-asynchronous/</link>
		<comments>http://blog.springsource.org/2012/05/10/spring-mvc-3-2-preview-making-a-controller-method-asynchronous/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:16:06 +0000</pubDate>
		<dc:creator>Rossen Stoyanchev</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=11032</guid>
		<description><![CDATA[In previous posts I introduced the Servlet 3, async support feature in Spring MVC 3.2 M1 and provided background on techniques for real-time updates. In today&#039;s post I&#039;ll turn to the technical details of the new Spring MVC feature and its impact on various aspects of the Spring MVC request lifecycle. To make any existing  <a href="http://blog.springsource.org/2012/05/10/spring-mvc-3-2-preview-making-a-controller-method-asynchronous/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/05/10/spring-mvc-3-2-preview-making-a-controller-method-asynchronous/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using Cloud Foundry Workers with Spring</title>
		<link>http://blog.springsource.org/2012/05/09/using-cloud-foundry-workers-with-spring/</link>
		<comments>http://blog.springsource.org/2012/05/09/using-cloud-foundry-workers-with-spring/#comments</comments>
		<pubDate>Wed, 09 May 2012 16:33:09 +0000</pubDate>
		<dc:creator>Josh Long</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Enterprise Integration]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Integration]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=11074</guid>
		<description><![CDATA[You&#039;ve no doubt read Jennifer Hickey&#039;s amazing blog posts introducing Cloud Foundry workers, their application in setting up Ruby Resque background jobs, and today&#039;s post introducing the Spring support. Key Takeaways for Spring Developers You need to update your version of vmc with gem update vmc. Cloud Foundry workers let you run public static void  <a href="http://blog.springsource.org/2012/05/09/using-cloud-foundry-workers-with-spring/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/05/09/using-cloud-foundry-workers-with-spring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring MVC 3.2 Preview: Techniques for Real-time Updates</title>
		<link>http://blog.springsource.org/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates/</link>
		<comments>http://blog.springsource.org/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates/#comments</comments>
		<pubDate>Tue, 08 May 2012 16:36:04 +0000</pubDate>
		<dc:creator>Rossen Stoyanchev</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=11022</guid>
		<description><![CDATA[In my last post I introduced the new Servlet 3, async support feature in Spring MVC 3.2 M1 in the context of long-running requests. A second very important motivation for async processing is the need for browsers to receive real-time updates. Examples include chatting in a browser, stock quotes, status updates, live sports results, and  <a href="http://blog.springsource.org/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring MVC 3.2 Preview: Introducing Servlet 3, Async Support</title>
		<link>http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/</link>
		<comments>http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/#comments</comments>
		<pubDate>Mon, 07 May 2012 02:36:35 +0000</pubDate>
		<dc:creator>Rossen Stoyanchev</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=11016</guid>
		<description><![CDATA[Overview Spring MVC 3.2 M1 will introduce asynchronous request processing support based on Servlet 3.0. This is the first of several blog posts covering the new feature, providing along the way sufficient background and context to understand how and why you might want to take advantage of it. A major goal of any milestone release  <a href="http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Create Spring Integration Projects using STS</title>
		<link>http://blog.springsource.org/2012/04/09/create-spring-integration-projects-using-sts/</link>
		<comments>http://blog.springsource.org/2012/04/09/create-spring-integration-projects-using-sts/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 16:46:24 +0000</pubDate>
		<dc:creator>Gunnar Hillert</dc:creator>
				<category><![CDATA[Enterprise Integration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Integration]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[SpringSource Tool Suite]]></category>
		<category><![CDATA[STS]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=10672</guid>
		<description><![CDATA[Just days ago, SpringSource Tool Suite™ (STS) 2.9.1 was released. Besides many new features, it provides several features that are especially exciting for Spring Integration users. First of all, the latest STS release adds support for Spring Integration 2.1 and improves the visualization capabilities for Spring Integration flows. STS supports now all recently added Spring  <a href="http://blog.springsource.org/2012/04/09/create-spring-integration-projects-using-sts/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/04/09/create-spring-integration-projects-using-sts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating to Spring 3.1 and Hibernate 4.1</title>
		<link>http://blog.springsource.org/2012/04/06/migrating-to-spring-3-1-and-hibernate-4-1/</link>
		<comments>http://blog.springsource.org/2012/04/06/migrating-to-spring-3-1-and-hibernate-4-1/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 07:59:26 +0000</pubDate>
		<dc:creator>Michael Isvy</dc:creator>
				<category><![CDATA[3.1]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=10766</guid>
		<description><![CDATA[As part of the Core-Spring course, we have a lab application that we use to show how to integrate Spring and JPA/Hibernate together. We have just upgraded it to Spring 3.1 / Hibernate 4.1, and thought we should share a few tips. 1) Maven Dependencies The configuration sample below is based on Maven (but you  <a href="http://blog.springsource.org/2012/04/06/migrating-to-spring-3-1-and-hibernate-4-1/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/04/06/migrating-to-spring-3-1-and-hibernate-4-1/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Early Access: SpringSource Tool Suite for Eclipse Juno (4.2)</title>
		<link>http://blog.springsource.org/2012/03/14/early-access-springsource-tool-suite-for-eclipse-juno-4-2/</link>
		<comments>http://blog.springsource.org/2012/03/14/early-access-springsource-tool-suite-for-eclipse-juno-4-2/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 11:16:01 +0000</pubDate>
		<dc:creator>Martin Lippert</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=10708</guid>
		<description><![CDATA[Wanna use the SpringSource Tool Suite on the latest Eclipse Juno (4.2) milestone builds? Here you go:  How to install Download and install the latest: Eclipse Juno JEE milestone build Download the bookmarks.xml and import that to your list of update sites (Preferences -&#62; Install/Update -&#62; Available Update Sites -&#62; Import). Go to &#034;Install New Software&#034; and  <a href="http://blog.springsource.org/2012/03/14/early-access-springsource-tool-suite-for-eclipse-juno-4-2/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/03/14/early-access-springsource-tool-suite-for-eclipse-juno-4-2/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Introducing Spring Integration Scala DSL</title>
		<link>http://blog.springsource.org/2012/03/05/introducing-spring-integration-scala-dsl/</link>
		<comments>http://blog.springsource.org/2012/03/05/introducing-spring-integration-scala-dsl/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 07:11:22 +0000</pubDate>
		<dc:creator>Oleg Zhurakousky</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Integration]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=10610</guid>
		<description><![CDATA[Introduction The Spring Integration team is happy to announce the first milestone release (1.0.0.M1) of the Spring Integration Scala DSL &#8211; one of the newest additions to Spring Integration portfolio. What is the Spring Integration Scala DSL? The Spring Integration Scala DSL is a Domain Specific Language written in Scala with the goals of: providing  <a href="http://blog.springsource.org/2012/03/05/introducing-spring-integration-scala-dsl/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/03/05/introducing-spring-integration-scala-dsl/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Spring Roo 1.2.1.RELEASE available</title>
		<link>http://blog.springsource.org/2012/02/10/spring-roo-1-2-1-release-available/</link>
		<comments>http://blog.springsource.org/2012/02/10/spring-roo-1-2-1-release-available/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 02:24:39 +0000</pubDate>
		<dc:creator>Alan Stewart</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.springsource.org/?p=10568</guid>
		<description><![CDATA[The Spring Roo team is pleased to announce the availability 1.2.1.RELEASE.  This is the first maintenance release for 1.2 and includes fixes for a number of issues in multi-module Maven support and JSF/PrimeFaces.  It also has  performance enhancements and has been updated to support the recent release of PrimeFaces 3.1 and Google App Engine 1.6.2.  <a href="http://blog.springsource.org/2012/02/10/spring-roo-1-2-1-release-available/"><em>Read more...</em></a>]]></description>
		<wfw:commentRss>http://blog.springsource.org/2012/02/10/spring-roo-1-2-1-release-available/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

