Changes between Version 5 and Version 6 of 5.0beta
- Timestamp:
- 11/24/2015 10:20:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
5.0beta
v5 v6 6 6 7 7 2、工具类、常量等的统一 8 9 现在有好几个工具类,用来帮助接口输出,AppUtils,WebUtils,ActionKit,方法基本大同小异,而比较麻烦的是,有的返回状态码的字段,使用的是code,有的使用的是status,返回字段说明,有的使用的是desc,有的使用的是message,所以出现了在很多类中,为了自己想输出的状态码、说明字段等,写了很多几乎一模一样的私有方法。优化方案是,将几个工具类统一起来,然后将code和status字段都加上,接口对接时,建议统一使用其中一个字段。 8 10 9 11 3、字符串等多处使用到,定义公共常量:如UpGradeLevelAction.java中,"redirect:pcation://goback"字符串等
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)