strecks是一款struts java 5 扩展框架。它整合了一系列的开源项目,主要是为了方便java 5 开发者, 更迅速地开发struts应用。strecks的代码是基于struts 1.2.x.
strecks是一款struts java 5 扩展框架。它整合了一系列的开源项目,主要是为了方便java 5 开发者,更迅速地开发struts应用。strecks的代码是基于struts 1.2.x。
strecks能提供的特性包括:
- pojo action beans with no framework dependencies
- action vs. controller separation. request processing logic is encapsulated into action controllers, simplifying action implementations
- annotation-based dependency injection (typed request parameters, session attributes, spring beans, and others)
- annotation-based form validators (xml and code-free)
- annotation-based data binding from form properties to domain model
- annotations for additional per-field control over type conversion
- simplified mechanisms to support navigation and redirecting after posts
- pluggable navigation using annotations
- pre- and post-action interceptors, with access to dependency resolved action beans as well as full runtime context
更多详细信息请查看:http://strecks.sourceforge.net/features.php.
闽公网安备 35060202000074号