Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Group Provider Exercise is intended to allow partipants to implement a Sakai Group provider against a dummy student information system contained in a database. Since this effort is focused on writing code that doesn't have a UI, one will have to be provided. This takes the form of a Members Tool. The tool displays a list of group/sites accessed from the Group Provider. Each group is a link that shows a membership list along with information about each member (name, etc.) gained via the User Provider. Thus, this one tool can be used to test the development of both Group and User Providers.

Group Provider Functions

  • No labels