The [Wicket development team][wicket] has released the next major release of Wicket.
They have put a lot of effort into making it even more easy for us to develop
professional webapplications. Some of the new features which I think is particulary
useful is the new [AJAX][ajax] support and the WicketTester. (Read the full
[release note][release])

The WicketTester is a great way to test your components without having to use a
container for it. At [Avaleo][avaleo], we have used this the last couple of month since
some of the first beta releases of 1.2 and it really speeds up writing unit tests
for all the components, pages etc that we create.

The last month I have played around with the [AJAX][ajax] implementation and I most say that
it really is nice that you don’t have to do any Javascript yourself to make it work.
At the moment we are strongly considering using [AJAX][ajax] in our application so it’s
great that Wicket provides such a clean and simple API for it.

Just to mention some of the other new features which I believe makes a difference (at least
for me at the moment):

Taken from the [release note][release]:

* Nice URL support through URL mounting
* Spring support for injecting your business logic into your web pages in a non-intrusive manner, while still being able to use the convenient Wicket idiom for creating pages (using the Java new operator).
* Improved performance by replacing OGNL with our own object graph language parser

[wicket]: http://www.wicketframework.org
[ajax]: http://en.wikipedia.org/wiki/Ajax_%28programming%29
[avaleo]: http://www.avaleo.net/
[release]: http://sourceforge.net/mailarchive/forum.php?thread_id=10467093&forum_id=46143

Post a Comment

*
*