新版本含有一系列的新特性和提升,并fix了不少bugs。
AjaxAnywhere, 是能够把任何一套现存的JSP组件转换成AJAX感知组件而不需要复杂的JavaScript编码.它利用标签把Web页面简单地划分成几个区域,然后使用AjaxAnywhere来刷新那些需要被更新地区域.
AjaxAnywhere 并不需要改变基本得代码. 相对来说, 比较容易实现. 并且并没有把你的程序和AJAX绑定到一起. 即使是一些不支持AJAX的浏览器,也还可以正常地工作.
在release notes中,他们写到:
License update since v1.1 : Apache 2 instead of LGPL, multiple bugfixes, support for non-ASCII form field names, XHTML compatible default loading message, easier integration with JSF commandButton (added AjaxAnywhere.substituteSubmitButtonsBehavior function), support for Form Based Authentication, JavaScript getAJAX - avoid caching, improved Spring integration, JavaScript exception handling improvement, and Server-side API change - use more intuitive method names
下载最新版本:
http://ajaxanywhere.sourceforge.net/
标签: