About Wicket by Example

At Mystic the majority of us learn a whole lot faster if we have some useful examples for what we are educating ourselves on. When we started learning about Wicket, the examples just weren’t there … and they still aren’t, until now. Yes, there is the wiki, but good luck finding anything in there, a lot of good information that is basically buried by complexity.

WicketByExample strives to be a very easy way to get at the data you need, and fast. Built on top of Wordpress to take advantage of the existing architecture, we use Categories, Tagging, Twitter and Feed support. It comes with a fairly nice search engine and we’re looking at possible API abilities for integrating with 3rd-party tools as a secondary means of getting at this useful data.

Hope you find the examples you need here, and submit your own example, or join us and become an editor

Share this:
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Slashdot
  • Technorati

{ 1 comment… read it below or add one }

DavidNo Gravatar August 7, 2009 at 12:15 pm

The wicketbyexample-wish-list:

WicketTester: example(s) against page objects that have real database data-backing as opposed To Mock Object testing.

IModel: with dataproviders that can handle DAOs constructed from straight JDBC classes.

IDataProvider: a class example that does not cause DataTable to generate a: StackOverFlow exception (and against a real SQL database).

Leave a Comment