Apache Wicket 7.11.0 发布,Java Web 开发框架

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Apache Wicket 7.11.0 已发布,Wicket 是一个 Java 语言的 Web 开发框架,与 Struts、WebWork、Tapestry 相类似,其特点在于对 Html 和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了...

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

Maven

<dependency>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-core</artifactId>
     <version>7.11.0</version>
</dependency>

下载地址:http://wicket.apache.org/start/wicket-7.x.html#manually

CHANGELOG for 7.11.0

Bug

  • [WICKET-6473] - Double slash break 404page

  • [WICKET-6533] - Error while parsing xml using AjaxButton

  • [WICKET-6546] - CssContentHeaderItem comments CSS code with HTML comments

  • [WICKET-6551] - LazyInitProxyFactory doesn't work correctly at Weblogic

  • [WICKET-6553] - SelectOptions doesn't html-encode option values

  • [WICKET-6564] - PageStoreManager#clear() does not completely clear

  • [WICKET-6568] - Wicket fails / does not encode request header values in AjaxCalls

  • [WICKET-6586] - Broken JavaScript due to fix charsetName in JavaScriptPackageResource

  • [WICKET-6589] - ClientInfo fails with NumberFormatException for unusual browser versions

  • [WICKET-6604] - Ajax repaint is not correctly handled when component being repainted has an enclosure associated with it and is not a child of the enclosure

  • [WICKET-6614] - AbstractRangeValidator looks up string with the wrong key if locale is Turkish

Improvement

  • [WICKET-6527] - no possibility to override fixed html appended directly to response by FilterForm

  • [WICKET-6605] - Allow AjaxFallbackButton to be stateless

Task

  • [WICKET-6594] - JavaDoc of redirectToInterceptPage in Component urges to use redirectTo method when in a constructor


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Apache Wicket 7.11.0 发布,Java Web 开发框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

HTTP Essentials

HTTP Essentials

Stephen A. Thomas、Stephen Thomas / Wiley / 2001-03-08 / USD 34.99

The first complete reference guide to the essential Web protocol As applications and services converge and Web technologies not only assume HTTP but require developers to manipulate it, it is be......一起来看看 《HTTP Essentials》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换