You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Name

Spring MVC Plugin

Author

Tom Schneider

Homepage

TBD

Version

1.0

Compatibility

Struts 2.0.2+

State

Unstable

License

Open Source (ASL2)

Download

TBD

Overview

This plugin allows Spring MVC controllers to be executed in Struts2. This plugin is useful for Spring MVC developers want to migrate to struts, but do not want to rewrite their Spring MVC controllers and interceptors.

Features

  • Includes a struts2 action that can execute Spring MVC controllers.
  • Includes an struts2 interceptor that adapts Spring MVC interceptors.
  • Allows the Spring MVC view to be access via the OGNL stack.

Usage

TBD

Example

TBD

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

TBD

Tom Schneider

Initial release

  • No labels