A software engineering blog mainly focused on programming, web development and testing

Posts

  • Configure Spring Webflow 2 with jsp views

    This tutorial explains how to configure Spring Webflow 2, showing how it integrates with the view layer, in this case, JSP pages. The web application will allow two different types of request, flow executions and requests to Spring Web MVC. When a request comes in, it will try to find a flow. If not successful, it will try...