Wicket 1.4 Released
We need to pay homage to the open source web framework that we used to build the front end to jobtitled.com. If you haven’t decided what Java framework to use for your web app, at least give Wicket a chance. Version 1.4 has just been released:
The Apache Wicket project is proud to announce the release of Apache Wicket 1.4. Apache Wicket is an open source, component oriented Java web application framework. With overwhelming support from the user community, this release marks a departure from the past where we leave Java 1.4 behind and we require Java 5 as the minimum JDK version. By moving to Java 5 as the required minimum platform, we were able to utilize Java 5 idioms and increase the type safety of our APIs. Using Java generics you can now write typesafe web applications and create typesafe, self documenting, reusable custom components.
Find out more about Wicket here.

