You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

A Quick Tour of Wicket

Nothing says more about a development technology than a few simple examples. After all, how hard should it be to do something easy? The examples below should speak for themselves in demonstrating how easy it is to get things done in Wicket when compared to other frameworks. You will discover that Wicket's component-oriented structure and its "low touch" approach to HTML is quite inviting.

Hello World!

Everybody's favorite example

live

Navomatic

Automatic navigation using Borders and Links

live

GuestBook

A tiny blogger demonstrating ListViews and Forms

live

StockQuote

A short example of building a custom component

 

Markup Inheritance

A short example explaining markup inheritance

 

Ajax Counter

A short example explaining Wicket's Ajax features building a counter.

 

Using Fragments

A short example explaining Wicket's fragments feature. Fragments are a type of inline panels.

 

Examples in Live Action

You can see the examples in live action without having to install anything.

Running the Examples Yourself

These documents show you how to install and run the Wicket Examples. You can choose to

  • See them in live action without having to do anything
  • Install and deploy the binary distribition, or
  • Use the source distribution in your IDE.
  • No labels