The Simplest Possible Sakai Tool

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  
Microsoft Powerpoint SimplestTool-Iteration1-VancouverBootcamp.ppt 599 kB Mike Osterman May 30, 2006 May 30, 2006 Presentation as given May 30, 2006

Code walkthrough

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 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.

    1. May 31, 2006

      Mike Osterman says:

      Make that <title> (not name) and <description>

      Make that <title> (not name) and <description>

  2. 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:

    • Couldn't get to code - bad wifi connection. Perhaps distribute or download ahead of time?
    • case-sensitivity of TasklistTool.java - mis-declared in web.xml servlet declaration
    • bad XML due to hand-typing - I didn't close <category> declarations in the tool file
    • Sakai plugin not installed - won't build
    • files in wrong location in path