WebFlow Navigation Manager

WebFlow Navigation Manager (WFNM) is a lightweight J2EE web framework, that can be used on top of any other J2EE web framework or even with servlets and JSPs, that allows:
  • Webflow definition
  • Server side navigation history
  • Automatic session cleaning
The WFNM framework splits a web application into several webflows, keeping a server side navigation history of visited pages and webflows, allowing a better dynamic backward navigation to visited pages/webflows.

It also provides a structured approach for automatically cleaning session when returning to a previous page/webflow, allowing to choose among different automatic cleaning policies.
The WFNM framework http session size performance

The provided sample shows how the WFNM framework can be used in conjunction with two popular web frameworks like Struts and JavaServer Faces

Click here to discover other interesting features. You can download everything from here.