Tag Archives: wicket

Code Examples Should Work

I’m looking at Wicket this evening. There’s a wicket tutorial on theserverside.com. However, the first code example fails!
Initially I tried to get things working by downloading wicket. However, the article recommends maven (as does the quickstart), so I grit my teeth and went ahead.
Once again, I get 50 lines of gibberish, including [...]

Wicket

The ever interesting Ajaxian Blog highlighted this very interesting example implementing AJAX autocompletion for wicket. I had a (very) brief look at Wicket a couple of months ago, and it seems very promising. A really nice design, that cleanly enforces separation of presentation and content. In particular, I am very enamoured by [...]