This page discusses the relationship of RSF to other techologies, broadly categorised into technologies with which RSF can integrate and techologies which are similar. This page will consist, like the Concepts page, of short summaries with links to a more extended discussion.
Integrations#
Spring Web Flow#
As of 0.7.2, Spring Web Flow is a first-class integration environment for RSF. Spring Web Flow applications may be transparently hosted within the context of an RSF application, with seamless integration of templates, EL targets and the request cycle. This integration is discussed on its own page at RSF-SpringWebFlow. Since the early version of 0.5, RSF also featured a lightweight "clone" of SWF as an option for operating its own flow scope. This and RSF's flow subsystem in general are entirely independent of Spring Web Flow integration proper.
Hibernate#
As of 0.6, Hibernate
enjoys first-class support in RSF, providing an ORM layer. Take a look at the Hibernate Cookbook for how to get started.
Sakai#
Sakai
integration is achieved through the Sakai integration library SakaiRSF. The two major RSF samples, NumberGuessing and the Hibernate Cookbook, have been ported over to Sakai, requiring no code changes, and adapted to Sakai UI guidelines using simple HTML reskinning.
JSR-168#
Sun's specification JSR-168 is an API specification to be followed by Porlets, which are, loosely, "components" of a composite web application, each responsible for painting its own rectangle of the browser window. As of release 0.6.2 RSF features RSFPortlet, producing a JAR enabling RSF applications to execute as portlets without code changes.Spring Web MVC#
As of version 0.6.4, RSF features integration with Spring MVC in that the IKAT renderer has been packaged as a Spring MVC view technology, to fit alongside the built-in renderers for JSPs, Velocity and FreeMarker templates. This now allows Spring MVC users to take advantage of pure HTML templating for the first time. Note that RSF as a whole replaces the functionality within Spring MVC, although it supports the low-level primitives on which it is based, such as Spring Validation and the Spring message resolving system. This integration is demonstrated in the Spring MVC Step-by-Step, where a standard SpringMVC sample is first partially ported by having the JSP layer reimplemented in HTML using IKAT, and then rewritten completely in RSF.Cocoon#
In RSF 0.6.3, a pilot integration of RSF's rendering technology IKAT with Apache's Cocoon
was tried. This appeared as a Cocoon Serializer, the IKATSerializer. This integrates part of the GET cycle. Integration of the rest of the GET cycle, and with the POST cycle, would be potential areas for future development. NOTE: This integration is not being maintained. See the CocoonRSFIntegration page for details.