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
  File Modified

Microsoft Powerpoint 97 Slideshow SimplestTool-Iteration1-VancouverBootcamp.ppt Presentation as given May 30, 2006

May 31, 2006 by Former user (Deleted)

Code walkthrough