Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This wiki is dedicated to documenting the Wicket Java application framework. Wicket takes simplicity, separation of concerns and ease of development to a whole new level. The wiki is currently open to new users and contributors; see the contribution page for more information. To download Wicket, please visit the Wicket site.

Panel
titleTable of contents
borderStylesolid
Table of Contents
maxLevel4
minLevel1
includePagestrue
indent20px
styledisc

About Wicket

Include Page
What is Wicket?
What is Wicket?

Introduction to Java web applications

Why Wicket

Framework Comparisons

Who is using Wicket

Where to (get) help

IRC

  • For those interested in a more direct support, please join IRC: ##wicket at irc.freenode.net. See Wicket IRC for more information

Community initiatives

Communities on social networking sites

Contribute to Wicket

Commercial Services

What's next

Wish List for Next Version

Migrations

More about Wicket...

Videos, Talks, Screencasts

Wicket Press & User Stories

Companies Hiring Wicket Developers

Using Wicket

Development Environment

Java

Build tools

  • Setup Maven - Maven (build, reporting and documentation)

IDE

Application server

Portal server

Database

Development

Framework Documentation

GUI-Components and Widgets

Here is the reference for the standard Wicket GUI components: Component Reference

You are looking for some additional additional cool Widgets, mainly Javascript/AJAX style?
Then have a look here:

  • Wicketstuff - Wicket Stuff provides components that complement the Wicket framework.
  • Wicket-Bootstrap - Simple and flexible Wicket Components, HTML, CSS, and Javascript for popular user interface components and interactions.
  • wiQuery - wiQuery integrates jQuery and jQuery UI into the Apache Wicket framework.
  • visural-wicket - a set of open-source Wicket components, Apache 2.0 licensed.
  • Tabs:
  • Tree:

Wicket Component Packaging

Portlet Development

Development Aids

Testing

  • Settings for testing
  • Choosing the overall testing approach:
    • Selenium - tips for testing Wicket apps with Selenium
    • WicketTester - Mock the browser and the container. Check the states of the components and the models.
    • Wicket Page Test - Use a real browser and a real container. Mock the service objects. Check the HTML DOM elements (supporting AJAX).