How to test Spring Webflow 2 (with parent flows)
In the last couple of month I was writing some flows using Spring Webflow 2. I knew that I (in theory) I could test them but I never did. The overall documentation of Webflow 2 is…
Topic
3 stories
In the last couple of month I was writing some flows using Spring Webflow 2. I knew that I (in theory) I could test them but I never did. The overall documentation of Webflow 2 is…
We are using JSF, Facelets and Spring Webflow in the product I'm currently working on. What bugged me for some time already was that when we started to refactor the domain and the…
You use Spring in your application everywhere. You love it. Everything gets injected and is configured by Spring. Great. Why not use the same technology to wire up your tests? The…