Name | struts2-coc-plugin |
---|---|
Publisher | 铁木箱子 |
License | Open Source (ASL2) |
Version | 0.1 |
Compatibility | Struts 2.1.8+ |
Homepage | |
Download |
Wiki Markup
Overview
struts2-coc-plugin is struts2 plugin that based on Convention plugin.It do some coding optimization and coding convention,such as the mapper of URI and action method、file upload handle、json/text result response、validation input result redefined、action message populate after redirect and so on.The main purpose of struts2-coc-plugin is to help developer to develop with zero configuration but still guarantee the structure of project clearly and maintain easily!
struts2-coc-plugin是一款基于Convention插件的struts2插件,该插件主要在Convention插件基础上优化了部分处理流程,比如uri地址和action方法的映射、文件上传的处理、json/text文本输出的处理、校验和操作提示信息的处理等等。该插件的唯一目的就是真正的不进行一行配置,同时可以保持项目结构的清晰便于开发维护。excerptINLINE
Struts2-coc-plugin is designed to help developer develop with zero configuration and still guarantee the structure of project clearly and maintain easily!
Features
struts2-coc-plugin is a plugin base on Convention plugin,it handle some thing to coding optimization and convention as following:
...
4.Configure the struts.properties and add following segments:
...
5.Coding with struts2-coc-plugin:
...
Example
The whole documents and examples you can find here:http://code.google.com/p/struts2-coc-plugin/w/list
...