RichFaces 是一个具有 Ajax 和 JSF 特性 的 Web 框架。
JSF 和 Ajax 概念大家一定不陌生,二者结合起来衍生出 A4J(Ajax4JSF)。其目的就是将 Ajax 的功能集成到 JSF 组件中去。后来 JBoss 收购 A4J 后,又将其集成到 RichFaces 中,不但丰富了控件库和还添加了新功能。
RichFaces 4.3.0 正式版发布了,这是一个小版本发布,包含一些显著的特性和提升。
新的组件
在这个版本中,我们增加了一些新组建,包括:
- used to manipulate the cursor focus on a page. The component is integrated with the JSF life-cycle to enable validation-aware focus capabilities.
Blog Read the rich:focus component blog post for more details.
- pre-fills form inputs with text, similar to the HTML 5 placeholder attribute.
Blog Learn more about it in the rich:placeholder component blog post.
新特性
除了新组件外,一些已有的组件也做了改进,增加内置的排序和过滤,以及表状态的报酬等等。
项目主页:http://www.jboss.org/richfaces
来自:开源中国社区

