Can I use the workflow engine from Spring Web Flow without any Internet-related infrastructure? In particular, I want to consume Spring Web Flow from my code without having to touch any of the servlet APIs, including HttpServletRequest and HttpServletResponse.
An ideal use case is to call an analog FlowController.handleRequest(HttpServletRequest, HttpServletResponse)without worrying about the servlet API.
source
share