We’re halfway through the Amsterdam community meetup. It is really a great event!
You can see a partial live blog on the ##wicket channel on freenode.net, or see some nice pictures on flickr.
We’re halfway through the Amsterdam community meetup. It is really a great event!
You can see a partial live blog on the ##wicket channel on freenode.net, or see some nice pictures on flickr.
As you know, both Eelco and I are really trying hard to get the book done. I know a lot of you already have ordered the MEAP version (early access) and we are really grateful that you have shown such an interest in our book. We are also surprised with the positive comments and feedback we received so far: they are really encouraging us to keep going.
Just as much as we like to hear that you like our book, we also appreciate feedback on parts that can be better, are unclear or just not interesting. We also appreciate the bugs, language errors or other mistakes you have uncovered in our manuscript. Any feedback sent now can still be taken into account before we go chop trees.
When you find something that can be improved, let us know! The best way to provide feedback is to post a message to Manning’s Author Online forum. Both Eelco and I are subscribed to the forum. However, if you feel you want to provide more personal feedback, don’t hesitate to email us privately.
So please take some time to think about what you like most, don’t like and what part of the book doesn’t ‘stick’, and post a message to the Wicket in Action forum. It will help us write the book you always wanted but were afraid to ask.
Thanks again for your support and help!
The Dutch Wicket community is trying to bootstrap a Wicket user group and organize a community meetup, similar to those held in London and Copenhagen. We expected a dozen, perhaps the odd 20 people attending, however reality often got the best of us (currently 57 and counting).
November 30th, 2007 we will meet in Amsterdam in the Felix Meritis building starting with setup at noon and going full swing from 3pm until we are done or the host throws us out.
You can register at our community meetups page, just add your name to the list.
This is the first release candidate for Apache Wicket we have prepared for your pleasure. It contains over 80 fixes to issues with previous releases and todo items we have cleared.
In this announcement:
Eager people click here to download the distribution, others can read further:
http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1
We thank you for your patience and support.
The Wicket Team
Apache Wicket is a component oriented Java web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.
Our migration to a top level project is now completed and you can find our website and documentation here:
This release is the first in a series of release candidates releases until we feel confident to finalize Wicket 1.3. This is called a release candidate because we strive for API freeze. This means only bug fixes will be done on the 1.3 release from now on.
If you are coming from Wicket 1.2, you really want to read our migration guide, found on the wiki:
http://cwiki.apache.org/WICKET/migrate-13.html
You can download the release from the official Apache mirror system, and you can find it through the following link:
http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/
For the Maven and Ivy fans out there: update your pom’s to the following, and everything will be downloaded automatically:
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>1.3.0-rc1</version>
</dependency>
Substitute the artifact ID with the projects of your liking to get the other projects.
Please note that we don’t prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here: http://slf4j.org
The release has been signed by Frank Bille, your release manager for today. The public key can be found in the KEYS file in the download area. Download the KEYS file only from the Apache website.
http://www.apache.org/dist/wicket/1.3.0-rc1/KEYS
Instructions on how to validate the release can be found here:
http://www.apache.org/dev/release-signing.html#check-integrity
In case you do encounter a bug, we would appreciate a report in our JIRA:
http://issues.apache.org/jira/browse/WICKET
In the distribution you will find a README. The README contains instructions on how to build from source yourself and a list of all things that have been fixed, added and/or removed since the first beta release.
Manning has just updated the MEAP and released chapters 1 through 6 of Wicket in Action. This time we have new versions of the early chapters with a much improved chapter 1.
Please note that this is preproduction material and the images in the document are not great looking (we do have higher resolution images).
On a side note, chapter 7 should make its way the coming weeks. I delivered it again today to our editor and she’ll make a final judgment soon. But I think she will share my enthusiasm for this chapter.