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

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

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

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

Maven

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

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

CHANGELOG for 8.2.0:

Bug

  • [WICKET-4423] - Modal Window dragging failes with iframe

  • [WICKET-5552] - Events to close pop-up on Modal Window are not propagated

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

  • [WICKET-6588] - Under Tomcat (ver. >= 8.5) BaseWebSocketBehavior can’t find session id cookie

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

  • [WICKET-6599] - ResponseIOException should never escape from WicketFilter

  • [WICKET-6602] - AuthenticatedWebApplication login Workflow broken with replaceSession

  • [WICKET-6603] - WicketTester.destroy sometimes hangs

  • [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-6606] - data-wicket-placeholder is invalid XHTML

  • [WICKET-6607] - NoSuchMethodError when using Spring-Beans with constructor injection in an AjaxLink#onClick

  • [WICKET-6608] - Stateless page, mix of queue and add can cause unforseen consequences

  • [WICKET-6610] - Incorrect Javadoc: Refering to specific page in Application properties file is not possible

Improvement

  • [WICKET-6435] - WicketTester should provide assertExists and assertNotExists methods

  • [WICKET-6600] - Error logging in AjaxRequestHandler is too strict

  • [WICKET-6601] - Events to close pop-up on Modal Window are not propagated from caption bar

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

Task

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

  • [WICKET-6609] - Update Guice from 4.1.0 to 4.2.2

详情见发布公告


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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

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

点石成金

点石成金

[美] 史蒂夫·克鲁克 / De Dream' / 机械工业出版社 / 2006-8 / 39.00元

可用性设计是Web设计中最重要也是最困难的一项任务。《点石成金》的作者根据自己多年从业的经验,剖析用户的心理,在用户使用的模式、为浏览进行设计、导航设计、主页布局、可用性测试等方面提出了许多独特的观点,并给出了大量简单、易行的可用性设计的建议。这本书短小精悍,语言轻松诙谐,书中穿插大量色彩丰富的屏幕截图、趣味丛生的卡通插图以及包含大量信息的图表,使枯燥的设计原理变得平易近人。 此书适合从事W......一起来看看 《点石成金》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具