Tag Archives: spring web mvc

Making form:select work nicely using Spring 3 Formatters

When you’re creating a web form, it’s often the case that you want to give the user a way to connect one entity up to another entity. This post explains how to do this in a nice, clean way using … Continue reading

Posted in Chapter 04 - Web forms, Quick Tips | Tagged , | 1 Comment

New stuff in Spring 3.0

This morning I attended a talk by Juergen Hoeller on what’s coming in Spring 3.0. First, he said that we can expect the first milestone release sometime this week, and said that he expected there to be about three milestone … Continue reading

Posted in News | Tagged , , , , , , | 4 Comments

Annotation-based MVC in Spring 2.5

Spring 2.5 introduces annotation-based configuration for MVC controllers. In this short article I’ll describe at a high level what you need to do to migrate your Spring 2.0 app over to Spring 2.5, at least as far as MVC is … Continue reading

Posted in Chapter 03 - Web MVC, Tutorials | Tagged , , | 19 Comments