Home » Archives

Content tagged with: spring

[24 Oct 2011 | No Comment | ]

What are the typical mistakes that sneak past testing and continuous integration, creating frustrated both customers and operation crews? Poor connection handling when dealing with queues and topics are overrepresented.

[10 Aug 2011 | No Comment | ]

This video presents the Spring MVC3 programming model, detailing with examples: mapping HTTP requests, binding requests/responses, rendering views, using data, handling exceptions and testing.
http://www.infoq.com/presentations/Mastering-Spring-MVC-3

[3 Aug 2011 | No Comment | ]

This video presents configuration enhancements coming in Spring 3.1: unified property management, bean definition profiles, nested elements, c: namespace, Grails BeanBuilder integration.
http://www.infoq.com/presentations/Configuration-in-Spring-3-1

[25 May 2011 | No Comment | ]

The key themes of Spring 3.1 include conversation management and comprehensive support for Servlet 3.0 and JSF 2.0. This video presents Spring 3 as a modern annotation-oriented application framework in the world of Java EE 6 and RIA. General component model trends will be discussed along with selected Spring 3.1 feature highlights in the web space.

Video Producer: Devoxx Conference

[19 May 2011 | No Comment | ]

This video presents the upcoming features in Spring 3.1 and Spring 3.2. It also explores how the framework will make use of Java 7 and 8 features.
http://www.infoq.com/interviews/hoeller-spring31-32

[26 Apr 2011 | No Comment | ]

This video presents the best practices for Spring-based cloud application development. Using dependency injection and configuration controls, Spring-based applications can become portable from the developer desktop to the cloud.

[13 Apr 2011 | No Comment | ]

This video provides a hands-on tour of the new dependency injection features in Spring 3.0. Focusing on container configuration, we will show by example the use of XML, Annotated POJOs, and Java @Configuration classes to wire up your application.

Video Producer: SpringSource