RichFaces-Fast-JSF
From Resin 3.0
(Difference between revisions)
m (New page: <source lang=xml> <xml></xml> </source>) |
m |
||
Line 1: | Line 1: | ||
− | + | == Running RichFaces and Ajax4JSF applications in fast-jsf mode == | |
− | + | ||
− | </ | + | === Fast JSF === |
+ | Resin allows running your JSF applications in fast jsf mode. Fast JSF mode is applied to JSP code generator making it bypass JSP tags and use the component classes to construct the page. To enable fast JSF mode for a particular library Resin needs to know which components the tags from a particular library bind to. For example, in a standard JSF library a <code>h:message</code> component would bind to <code>javax.faces.component.html.HtmlMessage</code> | ||
+ | |||
+ | === Ajax4JSF === | ||
+ | |||
+ | === RichFaces === |
Revision as of 16:47, 26 June 2008
Contents |
Running RichFaces and Ajax4JSF applications in fast-jsf mode
Fast JSF
Resin allows running your JSF applications in fast jsf mode. Fast JSF mode is applied to JSP code generator making it bypass JSP tags and use the component classes to construct the page. To enable fast JSF mode for a particular library Resin needs to know which components the tags from a particular library bind to. For example, in a standard JSF library a h:message
component would bind to javax.faces.component.html.HtmlMessage