Home

Welcome to Wicket Stuff

Wicket Stuff provides components that complement the Wicket framework. It is a component/code repository and developer resource that helps you stand on the shoulders of giants, with examples and documentation to help you out along the way.

The core Wicket framework is focused on writing web applications cleanly and efficiently. It has a small number of dependencies and does not integrate directly with Java technologies like Hibernate or JavaScript libraries like MooTools, Dojo or Prototype. However, it lets you easily build and package components that do, and we house some useful ones here.

Wicket Stuff Documentation

All Wicket Stuff documentation is found on the WIKI.

Topics on this page

News

Title Author Date Posted
Getting Organised Alastair Maw Feb 03, 2007


Older news...

Where do I download stable releases?

Projects that have released a package can be found on the Wicket Stuff SourceForge download page.

Or you can try getting it from our maven 2 repo by including the following repository and the maven dependency for the project of your choice.

<repositories>
	<repository>
		<id>wicket-snaps</id>
		<url>http://wicketstuff.org/maven/repository</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
		<releases>
			<enabled>true</enabled>
		</releases>
	</repository>
</repositories>

 If that does not work you can always get the code directly from subversion (see below)

Where do I report bugs?

Please use the Wicket Stuff JIRA.

How do I check the latest code out of Subversion?

For trunk (Wicket 1.3.x and or 1.4 (depending on the subproject)):

svn checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk  wicket-stuff

For just Wicket 1.3.x: (although most projects actively develop on trunk)

svn checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x wicket-stuff

For the 1.2 branch:

svn checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/WICKET_1_2 wicket-stuff_1.2

The 2.0 branch has been discontinued, but code can be accessed here:

svn checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-2-DISCONTINUED wicket-stuff-2-DIS

I would like to contribute, where do i sign up?

Please follow the instructions outlined here

A word about licensing

Wicket is Apache licensed, but Wicket Stuff modules may or may not be. Anyone is free to contribute and the various modules are licensed under whatever terms their authors choose (including the Apache license). This flexible policy enables authors to use some cool libraries that can never be used in Wicket Core or Wicket Extensions because their licenses are incompatible with the ASF one. Please check with individual projects for their particular license terms.


Browse Space

- Pages
- News
- Labels
- Attachments
- Bookmarks
- Mail
- Advanced
- Activity

Explore Confluence

- Popular Labels
- Notation Guide

Your Account

Log In

or Sign Up  

Other Features

Add Content