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)