PrimeFaces 5.1.RC1 发布
jopen 10年前
PrimeFaces团队很高兴地宣布,PrimeFaces5.1的第一个候选发布版。因为5.0发布已经超过4个月,我们的团队已经投入了大量的精力在改善该框架。
</div> 有超过 225 项改改进。以下显着变化的简短概述:
- 3 new components (ribbon, inputSwitch and barcode)
- Responsive Grid CSS
- Responsive layout modes for DataGrid and PanelGrid
- Accessibility enhancements (ARIA) to various components with keyboard and screenreader support
- Improved scrollable datatable implementation
- Grouping for AutoComplete
- Toggleable Menu
- ui:repeat support for columns and rows in PanelGrid and DataTable header
- Custom content support for paginator
- Improvements to DataTable Lazy Loading
- Better cross browser support
- 140+ Defect Fixes (already available to Elite Users bi-weekly)
下载
Please visit PrimeFaces Downloads page to download the jar and take it for a test run.
Migration
5.1 is a drop-in replacement for 5.0, we’ll update the migration guide with some minor points to note as well.
PrimeFaces是一个用于提高JSF Web应用程序开发效率的开源类库。
主要由三个模块组成:
- UI Components:PrimeFaces UI模块提供了拥有Rich Web用户体验的各种JSF组件。PrimeFaces使用Yahoo UI库做为默认的客户端框架。PrimeFaces提供的JSF组件能够处理JavaScript Rendering和如何在服务器端与JSF集成。PrimeFaces UI组件包括:HtmlEditor、ImageCropper、Dialog、AutoComplete、Flash based Chart等。并支持通过Ajax更新页面。
- Optimus模块提供简化JSF开发的解决方案。Optimus提供基于Google Guice IOC容器的注释来代替XML配置和一个XML-less Navigation Handler能够让你减少基于XML配置JSF Navigation的需要。此外Optimus还支持利用JPA实现数据持久化;将DataTable的内容导出成Excel与PDF。支持安全扩展。
- FacesTrace模块提供跟踪JSF Web应用程序的各种工具包括:JSF LifeCycle可视化查看器;性能跟踪器; Log4J适配器;FacesMessage监听器;组件树可视化查看器。
来自:http://blog.primefaces.org/?p=3293