Archive for July 10th, 2006

Wicket offspring: QWicket

Monday, July 10th, 2006

Justin Lee has created an appfuse like project generator for Wicket applications: QWicket.

QWicket is a project that is hosted on the SourceForge servers, and promises rapid development for your Wicket applications. Can’t wait to download the first release!

It is nice to see more and more projects spawning to aid the development of Wicket applications. Next to our community projects hosted on Wicket Stuff, we already have projects for IDE support (Eclipse and NetBeans), we have Databinder for quick Hibernate applications, and now QWicket.

jWebUnit 1.3-rc2 available

Monday, July 10th, 2006

The functional web application testing framework jWebUnit has released the second release candidate for the revival release 1.3. New fixes to the first release candidate are:

  • Show the getTable() method in WebTestCase to allow custom assertions. Thanks to Tetyana Gimgina
  • Introduce the setFormElement() back as a deprecated method that wraps setTextField(). Fixes 1517851. Thanks to Tetyana Gimgina
  • Update to HtmlUnit 1.9.
  • Allow selection of forms with same name (with index).
  • Add setWorkingForm(String nameOrId, int index) to the API. Fixes 1515297. Thanks to Jeffrey W. Badorek

Please help test this release candidate!

Great work, Julien!