Sabtu, 26 April 2014

OmniFaces 1.0 is released!


After a long time of collecting and developing helpful utility methods and components, taking benefit of lessons learnt during ages of professional JSF development, reading stackoverflow.com for frequently recurring peculiar JSF problems, finding reuseable solutions for those problems, testing everything on both Mojarra and MyFaces, working through reported issues, we, me and Arjan Tijms, can now proudly announce that OmniFaces 1.0 is ready for release!

omnifaces-1.0.jar

The last major addition is the FacesViews feature, an idea of Arjan Tijms, which allows using extensionless URLs. Long story short, here's a link to the FacesViews guide and the showcase demo.

OmniFaces 1.0 Initial features

Here's an overview of what's all available in OmniFaces 1.0:

  • Conditional comment rendering for IE


  • Highlighting fields that failed validation


  • Executing scripts on load of every (ajax) response


  • OutputLabel automatically setting label of associated input component


  • Include Servlets and JSP pages in Facelets


  • Tree with full custom markup per level (useable for various recursive use cases)


  • Stateless view parameter


  • Automatic conversion of model objects in drop-downs and other select components.


  • Simplified PhaseListener requiring less boiler plate


  • Reset for input fields making them always updateable via ajax


  • Ajax aware exception handler


  • Extensionless URLs without need to register individual pages


  • Proper 404 for FacesFileNotFoundException


  • HttpFilter convenience class as analogy to HttpServlet


  • Collections of EL functions for dealing with arrays, conversion, dates and strings


  • Convenience managed beans for the current time and server startup time


  • Combining separate scripts and stylesheets to reduce HTTP requests


  • Render-time evaluation for f:converter and f:validator attributes


  • Passing a method expression into Facelets tag


  • Collection of Java methods for dealing with components, events, exceptions, messages and JSF in general


  • Checkbox with required attribute that works intuitively


  • Multi-field validators, for "all or none", "all equal", "one or more", "all in order" and "unique" validations


You can find demonstrations of practically everything on the showcase site.

This is not the end. We still have more ideas on our list, which we would like to implement in future versions. However, none of them are really trivial. For example, client+server side double submit prevention which handles responses properly, some sort of a session timeout checker, a component which makes it possible to invoke a bean action before unload, a component which caches the generated HTML output in the specified scope for a specified time, a component which simplifies usage of HTML5 localstorage feature from JSF on, some components which should simplify container managed login/logout in JSF, etcetera.



Source:http://balusc.blogspot.com/2012/06/omnifaces-10-is-released.html

Tidak ada komentar:

Posting Komentar