...
- Check the feature list
- Read some Wicket buzz, some Wicket blogs or Planet Wicket
- Find out why you should use Wicket
- Check out some selected examples in detail or see them and many more in live action
- Take a look at our live component reference
- Go and download Wicket.
- See what extras are available
Wicket is released under the Apache License, Version 2.0.
Apache Wicket 1.4
...
.9 Released
The Apache Wicket project is proud to announce the ninth maintenance release of Apache Wicket 1.4. This releases brings over 15 improvements and bug fixes.
Download Apache Wicket 1.4
You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.9
Or use this in your Maven pom's to upgrade to the new version:
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>1.4.9</version>
</dependency> |
Changes
A complete list of changes can be found here.
It is worth noting that WICKET-2846 will almost definitely be reverted in the next release because the community has shown a preference for this. So, it would be wise not to take advantage of the InheritableThreadLocal that was put into version 1.4.9.
...
July 14, 2008
Help the Apache Wicket team to determine the future of your Wicket based web application development. We have released our third and hopefully final milestone release of our Java 5 based web framework and are anxious to receive feedback on our use of generics.
This release is our final take on how to apply generics to our codebase with restraint. We hope to provide an elegant programming model without having to specify generic parameters everywhere, while still providing type safety when you need it.
A significant change from the earlier Wicket 1.4 milestone versions is that Component is no longer generified. This means that Component and most of its subclasses in Wicket do not take a class-level type parameter. Some Component subclasses remain generified, such as Link, Form, FormComponent, ListView, etc. You can read more details regarding these changes here:
- http://wicket.apache.org/wicket-14-m3-news.html
- http://www.nabble.com/generics-to18083910.html#a18083910
We feel that this might provide a good middle ground between being unable to add typing to IModel on one hand and a proliferation of unneeded typing information on modelless components on the other hand. Your feedback is appreciated!
Download Wicket 1.4-m3 now and help us decide whether to tone down, remove or increase the application of Java 5 generics to our API. We have started the discussion on the user mailing list:
Eager people click here to download the distribution, others can read further:
...
We thank you for your patience and support.
The Wicket Team
Apache Wicket 1.
...
4.8 Released
The Apache Wicket team project is proud to announce the availability of the fourth
eighth maintenance release : of Apache Wicket 1.3.4. A lot of bugs have been squashed and
several improvements implemented. Two noteworthy bugs have been squashed:
- cross session leakage due to a dangling thread local in exceptional circumstances
- memory leak in localizer (WICKET-1667)
It is therefore recommended you update to Wicket 1.3.4 at your earliest
convenience.
Eager people click here to download the distribution, others can read the release notes:
We thank you for your patience and support.
- The Wicket Team
Apache Wicket 1.4-m2 is released!
...
June 2, 2008
Help the Apache Wicket team to determine the future of your Wicket based web application development. We have released our second milestone release of our Java 5 based web framework and are anxious to receive feedback on our use of generics. Download Wicket 1.4-m2 now and help us decide whether to tone down, remove or increase the application of Java 5 generics to our API. We have started the discussion on the user mailing list:
This releases brings over 20 improvements and bug fixes.
Download Apache Wicket 1.4
You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.8
Or use this in your Maven pom's to upgrade to the new version:
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>1.4.8</version>
</dependency> |
Changes
A complete list of changes can be found here.
...
We thank you for your patience and support.
...
The following books are published regarding Apache Wicket (click a cover to learn more about the book):
Community meetings
The Wicket community is a very active community. The mailing lists and the irc channel are proof of that. But for those that prefer face to face meetings, several community members have organized meetups.
Country | Where | When |
---|---|---|
Denmark | April 23rd, 08 | |
The Netherlands | April 8th | |
Belgium | JavaPolis'07 (dec 12th-14th) | |
Austria | to be determined | |
Sweden | Januari | |
The United Kingdom | The first Wednesday of every month | |
Brazil | to be determined | |
USA | to be determined | |
USA | to be determined | |
USA | to be determined |
...