WicketStuff Artwork
About
WicketStuff Artwork enables you to create smooth graphics on your wicket page, via Liquid Canvas and Nifty Cube. You can see a bundle of examples on previous links aswell.
Features
- Create graphics easy
Examples
Look at the WicketStuff Artwork package, the examples folder:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/openlayers-parent/openlayers-examples
SVN
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/openlayers-parent/openlayershttps://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/openlayers-parent/openlayers-examples
See more about checking out from svn here
Maven
It's in wicket stuff repo aswell, being built by team city
TroubleShooting
JavaScript trouble:
From this thread-> http://www.nabble.com/artwork-mootip-conflict-td25791913.html
Had similar issue when used artwork and jgrowl in the same time.
Workaround: I removed Javascript (reference) inclusion in
JGrowlFeedbackPanel, that is:
@Override
public void renderHead(final IHeaderResponse response) {
/*
response.renderJavascriptReference(new JavascriptResourceReference(JGrowlFeedbackPanel.class,
"jquery-1.3.2.js"));
*/
// ...
}