This post originated from an RSS feed registered with Java Buzz
by Marc Logemann.
Original Post: start the engines: hands on wicket
Feed Title: Logemann Blog
Feed URL: http://feeds.feedburner.com/LogemannBlog
Feed Description: Marc Logemann's thoughts on java and other stuff
Today i started to really check out how wicket works. As usually when trying out new webframeworks, i used Appfuse-light (version 1.8 beta) to quickstart creating an IDEA project. After changing 2 places in the sources to make appfuse-light work with MySQL, i was ready to investigate the code. Luckily Matt already plugged Spring into the game, which is very close to my current project structure.
Now i will start to play around with this little CRUD thingy and insert some components to see how wicket feels like. One ugly thing i experienced was:
The usage of a different renderer strategy in wicket to handle sitemesh properly, but this render style leaves me alone with the double submit problem, that sucks. Perhaps i should avoid sitemesh and use the wicket style of decoration (which is more like markup inheritance) which goes like described here.
Anyway, i am eager to see some more components in action, possibly with AJAX support. Lets see how things go. Unfortunately i always have to do real work besides test drives like these.