Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Apache Wicket 7.4.0 发布,Web 开发框架

$
0
0

Apache Wicket 7.4.0 发布了,Wicket是一个Java 语言的Web开发框架,与Struts,WebWork,Tapestry 相类似。其特点在于对Html和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了XML 等配置文件的使用),学习曲线较低(开发方式与C/S相似),更加易于调试(错误类型比较少,而且容易定位)。

本次发布改进记录如下:

 - improves stateless AJAX support by integrating the Wicket Stuff
   wicket-stateless module (WICKET-6183)
 - improves compatibility for playing videos on iOS devices due to missing
   media type in MediaComponent
 - upgrades provided JQuery to 1.12.4 and 2.2.4
 - improves compatibility with CGLIB when using wicket-jmx

bugs修复信息及更多发布信息,可查看发布说明


Viewing all articles
Browse latest Browse all 44787

Trending Articles