Wicket是一个Java 语言的Web开发框架,与Struts,WebWork,Tapestry 相类似。其特点在于对Html和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了XML 等配置文件的使用),学习曲线较低(开发方式与C/S相似),更加易于调试(错误类型比较少,而且容易定位)。
Apache Wicket 6.12.0 发布,该版本升级 jQuery 到 1.10.1 版本,其他改进包括:
* Support MultiFileUploadField in FormTester
* Add support for parsing IE 11 user agent
* Log the exception if the application cannot start properly
* Add Wicket.Event.unsubscribe method
* Allow form components to trim the input themselves
* Allow DebugBar contributors to be removed
* Session management doesn't work with Jetty's JDBCSessionManager
* HeaderItem to be Serializable
项目主页:http://wicket.apache.org/
来自:开源中国社区

