- Learning PrimeFaces Extensions Development
- Sudheer Jonna
- 328字
- 2021-07-16 12:11:17
An introduction to PrimeFaces Extensions and its features
PrimeFaces Extensions is a lightweight, open source UI component library for applications based on JavaServer Faces 2.x. This project has been built on top of the PrimeFaces core library to allow users to create their own components. PrimeFaces Extensions consists of newly added components that don't exist in other JSF 2 based libraries as well as extended or improved component features missing in other popular JSF 2 libraries. Besides these components, it provides useful client behaviors, converters, validators, and other useful tools, such as a Maven plugin, for web resource optimization. It only uses standards and is highly compatible with existing JSF 2 frameworks.
Even though the earlier versions of component development with PrimeFaces started with the YUI API, in just a few days after getting negative results, the PrimeFaces team opted to go with the popular JavaScript framework jQuery to create their widgets and plugins. Because jQuery creates amazing widgets, custom plugins, themes, and Ajax-interactive features, considering these benefits, the PrimeFaces Extensions team also uses the jQuery framework behind the scenes to create its widgets. Hence, it is used instead of other JavaScript / UI frameworks available on the market.
The PrimeFaces Extensions library is a community-driven, open source project. This project has been licensed under Apache License Version 2 just as with many other open source projects, including the PrimeFaces library. You can use this library completely free for any open source or commercial project by following the terms and conditions of the Apache License Version 2.
PrimeFaces Extensions provides the following set of features as an extension UI component suite to the PrimeFaces core library:
- More than 20 UI components
- Support for common utility components, client behaviors, converters, and optimization tools, such as the Maven resource optimizer plugin
- Built-in Ajax support using jQuery widgets
- Zero configuration and no third-party library dependencies for majority components
- Theme support to all components
- Multibrowser support (IE8+, Chrome, Firefox, Safari, and Opera)
- Unity 2020 By Example
- ServiceNow Application Development
- 征服RIA
- 大模型RAG實戰:RAG原理、應用與系統構建
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- HTML5 APP開發從入門到精通(微課精編版)
- Python3.5從零開始學
- 奔跑吧 Linux內核
- Mastering Android Studio 3
- Learning Kotlin by building Android Applications
- Python機器學習與量化投資
- 嵌入式C編程實戰
- MongoDB Cookbook
- Mastering Wireless Penetration Testing for Highly Secured Environments
- 高性能Java架構:核心原理與案例實戰