Spring Web Flow 2.4 release candidate 1 is now available. Please use the http://repo.springsource.org/milestone repository, download a distribution archive, or visit the project home page. The release includes Java based configuration for Spring Web Flow and Spring Faces. To demonstrate it the booking-mvc and the booking-faces samples have been switched to all Java configuration. See their respective configuration classes here and here. For more details see the updated documentation and samples repository. Please give this release a try and provide feedback in JIRA towards the final release at…
I'm pleased to announce the availability of Spring Web Flow 2.3.3. This is the third maintenance release of the 2.3.x branch extending compatibility to Spring Framework 4 and also JSF 2.2. The spring-webflow-samples Github repository has been updated to use the above versions.
As I wrote previously, a WebSocket API is only the starting point for WebSocket-style messaging applications. Many practical challenges remain. As one Tomcat mailing list user mused recently: it does seem to me that websockets is still not really "production-ready", (I am not talking about the Tomcat implementation per se, but more generally) ... native websockets capability in IE is only available since IE-10 and that solutions which allow this to work in lower IE versions are a bit "iffy" (relying on a diversion through Adobe's FlashPlayer e.g.). (Most of our customers are largish…
As you may have seen, the first milestone of Spring Framework 4.0 was already announced and with it we've released early WebSocket support. Why WebSocket matters? It enables efficient, two-way communication over the web that is essential in applications where messages need to be exchanged between client (typically browser) and server at high frequency and with low latency. Common examples include trading, games, collaboration, data visualization, and others but the range of scenarios and use cases will grow over time. WebSocket is a very broad subject! You can watch our “Intro to WebSocket” on…
A minor maintenance release of Spring Web Flow 2.3.2 is now available via Maven and for download. See the Changelog for the list of changes. A first milestone of Spring Web Flow 2.4 is also available through the SpringSource milestone repository. See the Changelog for the full list of changes. Spring Web Flow samples have been separated from the distribution and into a separate Github project. In addition the booking-mvc sample has been updated to use Thymeleaf thanks to Thymeleaf's project lead Daniel Fernández.
[callout title=Update Dec 19, 2012]
The final Spring Framework reference documentation contains guidance on migration as well as a complete section on Spring MVC Test.
[/callout] Last week Juergen Hoeller announced
the release of Spring Framework 3.2 RC1 and Sam Brannen discussed exciting additions in its spring-test module such as support for WebApplicationContext's and upcoming plans for loading a hierarchy of contexts. Today I will continue this subject and describe another exciting spring-test addition. In 3.2 RC1 we've added first class support for testing Spring MVC applications both…
A second milestone of the Spring MVC Test project is now available through the SpringSource Artifactory repository http://repo.springsource.org/milestone. For further details and comments read this blog post.
Last updated on November 5th, 2012 (Spring MVC 3.2 RC1) The Sample ChatController A Distributed Chat
Last updated on November 5th, 2012 (Spring MVC 3.2 RC1) The Sample Getting Quotes Timeouts Executing Trades
Last updated on November 5th, 2012 (Spring MVC 3.2 RC1) TaskExecutor Configuration Timeout Value MvcAsyncTask Exceptions Handler Interception Servlet Filters