Apache Wicket 9.0.0-M2 release, Java Web development framework

Apache Wicket 9.0.0 second milestone version M2 has been released.

Wicket is a Java language Web development framework with Struts, WebWork, Tapestry is similar, which is characterized by a code of Html and effective separation (in favor of cooperation of programmers and artists), rule-based configuration (reduced XML using the configuration file, etc.), the learning curve is low (development mode and C / S similar), easier to debug (error type is relatively small, easy positioning).

The main updates are as follows:

Cleanup Ajax JavaScript

wicket-ajax-jquery.js obsolete file from the unused codes and functions cleared.

Abandoned org.apache.wicket.util.time package

Older packages org.apache.wicket.util.time from wicket-util module has been deprecated. We recommend that users migrate to the standard class java.time.Instant and java.time.Duration.

Maven

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

Release Notes

Download: http://wicket.apache.org/start/wicket-9.x.html#manually 

Guess you like

Origin www.oschina.net/news/107184/wicket-9-0-0-m2-released