版本:0.32 struts2 2.0.x
1、效率低,页面反应慢
2、如果对象存在双向关联,则在序列化中会出现死循环现象(貌似这样,还未实际测试)
3、在序列化hibernate中动态代理时会报异常。action常见的是biz、dao引用
4、<param name="includeProperties">中如果指定对象中关联的对象时,不能用"."号需要用"\."
比如
<param name="includeProperties"> stageInfo\.status\.id stageInfo\.checkPerson\.realName </param> 不能 <param name="includeProperties"> stageInfo.status.id stageInfo.checkPerson.realName </param> 但在最新版本的的档上例子显示直接可以用.
最新官方文档: https://cwiki.apache.org/confluence/display/WW/JSON%20Plugin
5、The JSON plugin is bundled with Struts since 2.1.7+. The plugin at Google Code has been deprecated