Home » Archive

Articles in the Wicket Category

Java, Scala, Wicket »

[4 Feb 2009 | 7 Comments | ]
Download the Basic and Wicket Scala talk materials

On February 4th I gave a talk at the London Wicket User Group. These are all the materials that you can download to get started with Scala and Wicket today!

If you want to attend one of the Wicket User group meetings in London, just visit the jWeekend site and register there. It’s really cool to attend, there is a good atmosphere and nice and smart people everywhere…

Click below to read the entire post and download everything!


Read the full story »

Java, Wicket »

[22 Dec 2008 | 3 Comments | ]
Wicket RAD 0.6 released

Wille Faler released Wicket RAD 0.6, a rapid application development framework for Wicket. This release also includes my FeedbackLabel, a component feedback label for more userfriendly forms.

Major points in this release:

  • Various bugfixes, including an inheritance bug with JPA annotated classes.
  • Convenience implementations of Bean Forms in the org.wicketrad.propertyeditor.form package.
  • ListQueryModel and UniqueResultModel IModel implementations in wicket-rad-jpa module
  • Experimental wicket-rad-user module for user management (may change or be entirely removed in the future depending on feedback).

See http://sites.google.com/site/wicketrad/news-1/wicketrad06released


Read the full story »

Wicket »

[11 Dec 2008 | No Comment | ]
Instant Wicket goodness for Netbeans!

Geertjan wrote about the Wicket plugins for Netbeans. With just a few simple steps you have a running Wicket application, with all the AJAX you can get.

He titled his blog post: AJAX: Can it get better than this…

Instant Wicket goodness for Netbeans!


Read the full story »

Wicket »

[9 Dec 2008 | No Comment | ]
OpenLayers Wicket integration updated

Nino Martinez Vazquez Wael did an update on his OpenLayers integration for Wicket. Looks really nice. The communication to and from Wicket is handled for you, so this is a very easy way to add maps to your Wicket applications.


Read the full story »

Java, Wicket »

[7 Dec 2008 | No Comment | ]
Terracotta for Wicket (updated)

Richard Wilkinson just released a new version of Terracotta integration for Wicket.

From his blog:

The code will now automatically configure your application to use the correct page store, with a default of 100 pages history per page map. If you need to override this value then you can override the the newSessionStore method in your WebApplication class, as in the previous version (see this post).

I should try this out soon! Terracotta and Wicket should be a nice combination.


Read the full story »