DOC

org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype

Maven & Gradle

Oct 28, 2014

Sakai Wicket Maven Archetype · The Sakai Wicket Maven Archetype allows you to generate a sample Sakai app via a single Maven command. The app is based on Apache Wicket which integrates nicely with Sakai. The app demonstrates how to get a Sakai tool styled, internationalised and registered, setup your own APIs, wire them up with Spring and inject them via annotations. The 1.1 and up releases also include multi database support via Spring JDBC. It could easily be used as a base for a real tool.

Table Of Contents

Latest Version

Download org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype Javadoc & API Documentation - Latest Versions:

All Versions

Download org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file sakai-wicket-maven-archetype-1.5.0-javadoc.jar to sakai-wicket-maven-archetype-1.5.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sakai-wicket-maven-archetype-1.5.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sakai-wicket-maven-archetype-1.5.0-sources.jar" -d "sakai-wicket-maven-archetype-1.5.0-javadoc" -subpackages