Information
This page contains links to various sample code and tools created for the cafe. These code samples are meant to help developers get starting working in Sakai and give them simple tools to look at and learn from.
Tasklist
Demonstrates a simple one page tool with add/edit capabilities
- Task List Tool Exercise - JSF
- Hello Task List Tool
- Task List Tool - RSF Version
- Tasklist production tool (JSF)
https://source.sakaiproject.org/contrib/tasklist/
Sakai Simple Servlet
Demonstrates how to build an extremely simple Sakai servlet tool
- The Simplest Possible Sakai Tool
- Shows the minimum needed to put a tool in Sakai
Comments (3)
Sep 24, 2007
s says:
I can't get these exercises to work with the 2.4 branch (seems like the best rel...I can't get these exercises to work with the 2.4 branch (seems like the best release to target new code). Do I need to use something older (2.2) or something newer (2.5)?
Sep 24, 2007
Aaron Zeckoski says:
Most if not all of these should work in 2.4.x. Very little has changed from 2.2 ...Most if not all of these should work in 2.4.x. Very little has changed from 2.2 to 2.4. That said, none of them will work in the upcoming 2.5 or in trunk because of the maven 2 requirement.
Sep 24, 2007
s says:
Ah, sorry, I grabbed the wrong copy. /contrib/programmerscafe/trunk/tasklist ...Ah, sorry, I grabbed the wrong copy.
/contrib/programmerscafe/trunk/tasklist
instead of
/contrib/tasklist/trunk
The first one there was listed on another page...