Several sources of documentation concerning Reasonable Server Faces (RSF) are now available. In particular, have a look at the RSF Wiki site and Aaron Zeckoski's Sakai Cafe material. The examples included here take a slightly different approach being focused on very simple techniques that most web application developers will need to use. Note also that these exmaples are focused on web applications for Sakai.
No. | Example | Description |
---|---|---|
0 | Pretty much the simplest possible Sakai RSF application. | |
1 | Static page view with generated content, content from a bean, content from a message bundle using both bean injection and the RSF-EL. | |
2 | Two view pages that show linking to self, back and forth with another view, and external links. | |
3 | One view page that shows table generation extracted from an injected bean. Shows iterative component generation. | |
4 | A base page, two form pages, and a results page that demonstrate data passing in a link, and forms using GET and POST. | |
5 | Examples of a few Sakai RSF compoments to demonstrate how they are used in an RSF context. |