当前位置: 首页 > 工具软件 > Stripes > 使用案例 >

Stripes简介

公羊凌
2023-12-01

Stripes是一个视图框架用于利用最新的Java技术来构建Web应用程序.它具有以下特点:不需要对每一page/action进行映射配置(ActionBeans将自动被发现,它利用注释进行配置),强大的绑定引擎用于构建复杂并脱离请求参数(request parameter)的web对象,易于使用并可本地化的验证与类型转换系统.可重复使用ActionBean作为视图帮助类.支持一个form对应多个事件.透明的文件上传能力.支持持续开发(比如在构思你的ActionBean之前可以先构建与测试JSP)等.

Stripes was initially conceived and developed as a lightweight framework, taking advantage of the latest technologies to remove the drudgery from Java web development. The following set of principles describe the general philosophy in developing Stripes, and should inform all future development:

1.Simplicity
2.Web-i-ness
3.The importance of small things
4.Backwards compatibility is important, but doesn't trump everything

官网:https://stripesframework.atlassian.net/wiki/display/STRIPES/Home

 类似资料: