SlidFast is a minimalistic approach to writing mobile web apps with RichFaces 4.2.2.Final-redhat-1.
It utilizes core HTML5 APIs for WebKit based web browsers.

Include the slidfast.js, slidfast.css and rf-mobile-skin.css files in your project, then initialize with:
//initialize mobile RichFaces with slidfast
slidfast({
   defaultPageID:'home-page', //the ID of your default page
   callback: 'handleHashChange', //a javascript function to call after navigation happens (typically your a4j:jsfunction method)
   backButtonID: 'back-button' //optional
});
