Breadcrumb navigation with Spring Webflow

This article describes how breadcrumb navigation can be done with Spring Webflow. You can find a link to a working example application at the end of this article. If you’re not familiar with breadcrumb navigation here’s a description from Wikipedia: Breadcrumbs is a navigation aid used in user interfaces. It gives users a way to [...]

Create a modern WAR with the Patton archetype

I have created my first Maven2 archetype. This archetype creates a Maven project with a similar configuration like a project that I’m currently working on. This configuration includes: JSF 1.2 Richfaces 3.3.0 Spring Framework 2.5.6 Spring Webflow 2.0.7 Junit4 Facelets (xhtml / templating / custom components) The Patton Archetype enables you to quick start a [...]