InfoQ

Interview

Spring Web Flow with Keith Donald

Interview with Keith Donald on Jul 02, 2007 12:15 PM

Community
Java
Topics
Workflow / BPM ,
Web Frameworks
Tags
Struts ,
Spring Web Flow ,
Spring ,
JSF
Summary
Keith Donald goes in depth on Spring Web Flow, which solves the problem of orchestrating control navigations within a web application in Spring MVC, Struts, and JSF. Keith talks about how to design workflows in web apps and technical details such as how the flows are fault tolerant and how they integrate into web frameworks.

Bio
Keith Donald is the co-lead of Spring Web Flow with Erwin Vervaet and founder of the Spring Rich Client Project. Keith Donald is core Spring Framework project member and director with Interface21.
Can you tell us a little bit about yourself and what you're up to these days?
Why Spring Web Flow?
What does Spring Web Flow offer and what are some of the new innovations with Spring Web Flow?
Walk us through a refactoring from someone doing a Struts app with a complex workflow. How might that have been hand-coded before and how would it have looked like with Spring WebFlor?
How does Spring Web Flow integrate with other frameworks? What are the hook points and how does that work?
What are the workflow/state management abstractions defined in web flow?
How's state being held in the flow between requests? How is that made fault tolerant?
How does Web Flow support Ajax partial updates?
How does Web Flow solve the back button problem?
What about continuations, how do you work with that?
How's adoption for a Spring Web Flow going?
What are your two favorite computer books?
show all  show all

No comments

Reply

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.