Name |
Spring Webflow Plugin |
---|---|
Author |
Tom Schneider |
Homepage |
|
Version |
1.0.0-beta1 |
Compatibility |
Struts 2.0.2+ |
State |
Unstable |
License |
Open Source (ASL2) |
Download |
Overview
This plugin integrates Spring Webflow (SWF) with Struts2. It allows struts2 to execute spring webflows and allows spring webflows to have struts2 actions as webflow actions. There is also a sample car insurance app that illustrates usage of the plugin.
Features
- Allows struts2 to execute spring webflows
- Allows struts2 actions to be invoked by spring webflow.
- Includes an interceptor that injects flow scope properties into struts2 actions.
- Includes an annotation-based interceptor that injects flow scope properties into struts2 actions.
- SWF flow execution key can be managed in the session rather than as a hidden field on the client.
Installation
This plugin can be installed by copying the plugin jar into your application's /WEB-INF/lib
directory. No other files need to be copied or created.
Version History
Version |
Date |
Author |
Notes |
---|---|---|---|
1.0.0-beta1 |
Jan 4, 2007 |
Tom Schneider |
Initial release |