RichFaces 3.3.0 GA Available

Posted by    |      

RichFaces 3.3.0 could be downloaded here

Documentation for the new release could be checked here

As usual you could check all the new components, features and examples here

This release introduced the next new components:

  • rich:editor

WYSIWYG editor that allows to input the formatted text.

  • a4j:queue

Global/default queues mechanisms is implemented. Separate component for queues definition is created.

Enhancements, Simplifications:

  1. ExtendedDataTable component was reviewed and improved according to the community feedback (was introduced in 3.2.2 in preview state).
  2. Menu Components are improved according to the requests from community. Menu Items now could be used as standalone components. E.g. direct children for the toolbar. issue
  3. Data Table improvement - onRowContextMenu event is introduced according to numerous community requests.
  4. Framework Queue script implementation was fully reviewed and improved additionally to a4j:queue component implementation.
  5. inputNumberSlider vertical layout contributed by the extendedDataTable authors (Many Thanks!)

Code Stability

  1. bug fixing
  2. keeping unit test coverage on a high level.
  3. auto tests (Server and Client). Selenium Test Suite.
  4. control of common quality metrics (PMD/Checkstyle).

Back to top