The Artima Developer Community
Sponsored Link

Java Buzz Forum
start the engines: hands on wicket

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
start the engines: hands on wicket Posted: May 15, 2007 5:36 PM
Reply to this message Reply

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
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Logemann Blog

Advertisement

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:

getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.ONE_PASS_RENDER);

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.

Read: start the engines: hands on wicket

Topic: Long Tail Treasure Trove Slides Previous Topic   Next Topic Topic: [May 9, 2007 03:11 PDT] 3 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use