The RichFaces team is proud to announce the first milestone release of RichFaces 4.1. This release includes some significant contributions from community members, adding to and building on top of the efforts of the RichFaces core developer team! You can find this development release on the project’s download page and check out our “getting started” resources.
We have new components:
In addition, a new sample application Tweetstream has been developed. This application demonstrates the “mobile platform” directions and capabilities that can be expected from future releases of RichFaces.
The Editor component has been rewritten from scratch, and is now based on the CKEditor implementation. It traditionally supports two modes of toolbar button configuration (basic and full) and nicely integrates to rest of the RichFaces AJAX framework. In the milestone 2 release, it will also get a new Look & Feel to be better aligned with the rest of the component suite. For further details, see Lukas’ blog post on the rich editor.
The Pick List and Ordering List are two other components that were sorely missed by the community since RichFaces 3, and they have now been re-introduced. The new Pick List in RichFaces 4 incorporates the functionality of both the List Shuttle and Pick List components from RichFaces 3. The API of this Pick List component has been specifically redesigned to follow the f:selectItems pattern and to allow a quick transition from the h:selectMany component.
Lastly, the Notify component provides interactive feedback from your applications complementary to standard messages. The look and behaviour of the Notify component was Inspired by Mac OS’s growl to provide your JSF applications with a more rich user experience
The components provided in this first milestone are functionally complete, so you can take them for a spin, and provide us with your feedback about any functionality or key API’s we might have missed (or where we got it right!)
With GitHub, it is now pretty easy to send patches to the project in form of pull requests. Thanks to git-flow it is now trivial process to develop new features in feature branches and, because of Git itself, it is easy to merge them back into the most recent development branch.
First Milestone for 4.1
The 4.1.0 Milestone1 release includes several highly anticipated features and improvements in RichFaces 4.We have new components:
- Editor
- Pick List
- Ordering List
- Notify
In addition, a new sample application Tweetstream has been developed. This application demonstrates the “mobile platform” directions and capabilities that can be expected from future releases of RichFaces.
New Components
Three of the new components, “Editor”, “Pick List”, and “Ordering List” are components that were available in RichFaces 3, but were not present in the initial RichFaces 4 release. With this first milestone release for RichFaces 4.1, we have remedied this and provided these missing components. The 4th new component, “Notify”, is a community contributed component, the first component contributed from Bernard Labno - a RichFaces community enthusiast. Let’s take a closer look at each of these components:The Editor component has been rewritten from scratch, and is now based on the CKEditor implementation. It traditionally supports two modes of toolbar button configuration (basic and full) and nicely integrates to rest of the RichFaces AJAX framework. In the milestone 2 release, it will also get a new Look & Feel to be better aligned with the rest of the component suite. For further details, see Lukas’ blog post on the rich editor.
The Pick List and Ordering List are two other components that were sorely missed by the community since RichFaces 3, and they have now been re-introduced. The new Pick List in RichFaces 4 incorporates the functionality of both the List Shuttle and Pick List components from RichFaces 3. The API of this Pick List component has been specifically redesigned to follow the f:selectItems pattern and to allow a quick transition from the h:selectMany component.
Lastly, the Notify component provides interactive feedback from your applications complementary to standard messages. The look and behaviour of the Notify component was Inspired by Mac OS’s growl to provide your JSF applications with a more rich user experience
The components provided in this first milestone are functionally complete, so you can take them for a spin, and provide us with your feedback about any functionality or key API’s we might have missed (or where we got it right!)
Migration to Git
New features and functionality have not been our sole focus. In preparation for this release we’ve migrated our entire framework to GitHub and broken it up into several modules. The main goal we had in mind with this migration was to make contributing to the RichFaces framework easier, and help us extend the level of collaboration. I think we can say we’ve definitely achieved this goal, given the number of community contributions we’ve already seen.With GitHub, it is now pretty easy to send patches to the project in form of pull requests. Thanks to git-flow it is now trivial process to develop new features in feature branches and, because of Git itself, it is easy to merge them back into the most recent development branch.