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 4 Current »

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

RSF Hello Example

Pretty much the simplest possible Sakai RSF application.

1

RSF Content Example

Static page view with generated content, content from a bean, content from a message bundle using both bean injection and the RSF-EL.

2

RSF Link Example

Two view pages that show linking to self, back and forth with another view, and external links.

3

RSF Table Example

One view page that shows table generation extracted from an injected bean. Shows iterative component generation.

4

RSF Forms Example

A base page, two form pages, and a results page that demonstrate data passing in a link, and forms using GET and POST.

5

Sakai Components Example

Examples of a few Sakai RSF compoments to demonstrate how they are used in an RSF context.

  • No labels