Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »

Information

This page contains tutorials and tips for using Apache Wicket (Wicket) in Sakai.

Wicket information

With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

Wicket tutorials

The Sakai AppBuilder now has Wicket support. You can create a simple Hello World app or a full CRUD app using this plugin and check out the code created. You can also use this quickstart to generate the Maven command to run to generate a sample Wicket application, for learning how to use the components without requiring it to be run up in Sakai first.

Wicket sample code

See the tool list below for examples of tools using Wicket and some real world sample code. There are some minor deviations from the standard Wicket web.xml required for a webapp to work in Sakai, Profile2 has a documented example of the requirements.

Wicket based Sakai tools

Profile2 - http://confluence.sakaiproject.org/display/PROFILE/Profile2
SiteStats - http://confluence.sakaiproject.org/display/STAT/Home
Blog2 - https://source.sakaiproject.org/svn//blog/branches/post_2-5/
SCORM player - http://confluence.sakaiproject.org/display/SCORMPLAYER/SCORM+in+Sakai

  • No labels