The Simplest Possible Tool - Mike Osterman
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
| Name | Size | Creator (Last Modifier) | Creation Date | Last Mod Date | Comment | ||
|---|---|---|---|---|---|---|---|
| 599 kB | Mike Osterman | May 30, 2006 | May 30, 2006 | Presentation as given May 30, 2006 |
Code walkthrough
- Example - Create a simple servlet and place it within the Sakai portal(s)
Comments (3)
May 31, 2006
Mike Osterman says:
I'm changing the tool registration so that the tool name and description are not...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.
May 31, 2006
Mike Osterman says:
Make that <title> (not name) and <description>Make that <title> (not name) and <description>
May 31, 2006
Mike Osterman says:
Issues encountered in getting Iteration 1 to work: Couldn't get to code bad wif...Issues encountered in getting Iteration 1 to work: