JavaPulse

a finger on the pulse of the freelance Java™ market in the Netherlands

Maven2: Build Lifecycle Phases and Plugins

A handy reference for Maven2 build lifecyle phases and plugin goal bindings for the standard packaging types.
http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html

Spring Web Flow and Acegi

Last night, I attended a workshop on Spring Web Flow and Acegi, presented by Marten Deinum of Conspect.
Spring Web Flow
Spring Web Flow (SWF) is a controller framework that allows you to define flows that span across multiple page hits, in a wizard-type fashion. Done declaratively in a structured xml configuration file, Spring Web Flow simplifies [...]