SpringOne 2GX 2011

Chicago, October 25-28, 2011

Register Now!
Magnificent Mile Marriott
Downtown Chicago
540 North Michigan Ave.
Chicago, Illinois   60611
1 (800) 228-9290
[ Map it ]

Rossen Stoyanchev

Staff Engineer at SpringSource, VMware

I began my career as a C/C++ programmer working on VINES, a distributed directory services product at Banyan Systems. Over the years I've worked on various Java Web applications including a set of multi-tenant e-commerce web applications, an investment accounting system, a trading and risk management system, and others.

I've been using Spring and many of the Spring projects since 2006. I've helped many to learn or to use Spring more effectively through teaching and consulting. Presently I am a comitter on the Spring MVC and the Spring Web Flow projects. My current home is New York city.

Blog

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 more »

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 Londomore »

javax.validation Package Dependency Diagram

Posted 2010-10-05 10:58:00.0

I’ve looked through JSR-303 before but now starting to read in more detail. Don’t know what this is due to yet but I am a bit surprised to see the tangles in the package diagrams (courtesy of Structure 101). Validation API: Hibernate Validatomore »

Bean Validation Messages in JSF 2

Posted 2010-10-03 03:41:00.0

JSF 2 introduced support for standard JSR-303 Bean Validation. One of the surprising bits was the default error messages. Suppose I added an annotation to one of my form beans as follows: public class Booking { @NotEmpty private String creditCardName; } more »
Read More Blog Entries »

Presentations

RIAs with Spring Web Flow and JSF 2

It's been a year since the Sun Mojarra JSF 2 runtime became available. There is no lack of blogs and articles on what's new and noteworthy. In this session you'll learn what is important from a Spring developer's point of view: What can I do with JSF 2?more »

RIAs with Spring Web Flow and JSF 2

close

Rossen Stoyanchev By Rossen Stoyanchev

It's been a year since the Sun Mojarra JSF 2 runtime became available. There is no lack of blogs and articles on what's new and noteworthy. In this session you'll learn what is important from a Spring developer's point of view:

What can I do with JSF 2? What is the status of the Spring Web Flow integration for JSF? What JSF 2 features are supported? How much value does Spring Web Flow provide in a JSF 2 world?

JSF component libraries are the key value proposition of JSF. Consequently in this session we'll use demos to show just what is possible with JSF 2 component libraries such as PrimeFaces (and RichFaces). More importantly through a series of focused showcase examples we'll cover common uses cases and reasons for using those libraries in combination with Spring Web Flow.

Last but not least this session will discuss the small Spring Faces component library, which is not going to be upgraded to support JSF 2. We'll discuss how its key features - Ajax support, modal dialogs, client side validation, and progressive enhancement, may continue to live on.



Session detail