The Simplest Possible Sakai Tool
The Simplest Possible Tool - @Former user (Deleted)
The code
Outline
What we'll cover (Iteration 1 concepts)
Sakai tool registration
Intro to Maven
Basic Servlet
What we won't cover
Useful presentation layers (i.e. don't use plain servlets!)
The components
A Java Servlet (class and web.xml)
Sakai Tool Registration XML file
Maven project.xml file for building and deploying your tool
Code walkthrough
Example - Create a simple servlet and place it within the Sakai portal(s)
I'm changing the tool registration so that the tool name and description are not identical. This idea is to 1) make the tool name fit better in the navigation and 2) have the values map to the visual end-result in a more meaningful way.