SPRINGONE 2GX 2012: THE SPRING, GROOVY, GRAILS, & CLOUD EVENT OF THE YEAR!


Rossen Stoyanchev

Senior Staff Engineer, VMware

Rossen is a Spring Framework developer focusing on Spring MVC as well as Spring Web Flow. His 17+ year background includes work on trading and risk management software, investment accounting, e-commerce web applications, directory services, among others. Prior to becoming a full-time Spring Framework developer, Rossen spent several years teaching and consulting clients building enterprise Java applications with Spring on a broad range of topics.

Blog

Second milestone of spring-test-mvc

Posted 2012-09-25 12:30:00.0

A second milestone of the Spring MVC Test project, version 1.0.more »

Early Milestone of Spring Test MVC

Posted 2012-06-27 19:54:00.0

A milestone release (version 1.0.more »

SpringOne 2GX

Posted 2011-11-08 12:06:00.0

Below are links to my presentations at SpringOne 2GX 2011. Each presentation contain links to resources and demo code. A walk-through the programming model and other changes in Spring MVC 3more »

Spring 3.1 Talk at JAX Free Preview Night

Posted 2011-03-01 08:46:00.0

I’ll be giving a talk at JAX Preview Night. Registrations are free. The actual JAX conference will take place on April 11-13 in Londonmore »
Read More Blog Entries »

Presentations

What's New in Spring MVC 3.2

Following on Juergen's talk on the upcoming Spring 3.2 release, this presentation will focus on what's new specifically in the area of Spring MVC. The presentation will explain all noteworthy features and, as is usual with every new release, there will bemore »

Introduction to WebSockets

The WebSockets technology promises to fill a niche in web applications by enabling browsers and servers to exchange messages with high frequency, low latency and low bandwith requirements in full duplex mode. The WebSocket protocol is an IETF standard, thmore »

Testing Web Applications with Spring 3.2

This year Sam Brannen and Rossen Stoyanchev are excited to present new developments in Spring 3.2 which include comprehensive support for testing web applications and context hierarchies with the Spring TestContext Framework as well as comprehensive suppomore »

What's New in Spring MVC 3.2

close

Rossen Stoyanchev By Rossen Stoyanchev

Following on Juergen's talk on the upcoming Spring 3.2 release, this presentation will focus on what's new specifically in the area of Spring MVC. The presentation will explain all noteworthy features and, as is usual with every new release, there will be a lot to discuss including Servlet-based async request support, content negotiation enhancements, REST error handling, @MVC test support, and much more.



The talk does not provide an overview of Spring MVC but rather assumes a level of experience and focuses on covering what's new.


Introduction to WebSockets

close

Rossen Stoyanchev By Rossen Stoyanchev

The WebSockets technology promises to fill a niche in web applications by enabling browsers and servers to exchange messages with high frequency, low latency and low bandwith requirements in full duplex mode. The WebSocket protocol is an IETF standard, the WebSocket API is almost standardized by the W3C, and the JSR-356 will deliver a Java API in Java EE 7. There are already implementations in node.js and in a number of Servlet containers and Java frameworks. The time is as good as ever to start digging into it and there is so much to consider — from getting familiar with the protocol and the API, to sorting through the choices on the browser and on the server side, practical challenges with browser support and network issues, and so on. Furthermore, WebSockets offer a messaging-style architecture that's in sharp contrast to the RESTful architectures that connect the web today, so learning where to draw the line will be essential.



Come to this presentation for a thorough introduction to WebSockets and some practical advice on using it in your applications.


Testing Web Applications with Spring 3.2

close

Rossen Stoyanchev By Rossen Stoyanchev

This year Sam Brannen and Rossen Stoyanchev are excited to present new developments in Spring 3.2 which include comprehensive support for testing web applications and context hierarchies with the Spring TestContext Framework as well as comprehensive support for out-of-container Spring MVC tests.



Come to this session to see these new Spring Web testing features in action.