July 30, 2009
The Wicket folks have released the latest incarnation of the framework in Apache Wicket 1.4. Notable improvements are:
Generified IModel interface and implementations increasing type safety in your Wicket applications
Component#getModel() and Component#setModel() have been renamed to getDefaultModel() and setDefaultModel() to better support generified models
The Spring modules have been merged (wicket-spring-annot is now obsolete, all you [...]
Read the full article →
July 29, 2009
In Java land, we’ve become very familiar with jarhell, and the associated pain of trying to find every jar required for let’s say Hibernate. The pain involved in this process is greatly reduced by the use of something like Maven, and while the initial learning curve sucks, you get into a groove with it. [...]
Read the full article →