Are you using the “Trinidad” JSF component set, provided by Apache MyFaces ? If yes, please add your company to this wiki page. Thanks! Advertisements
Are you using the “Trinidad” JSF component set, provided by Apache MyFaces ? If yes, please add your company to this wiki page. Thanks! Advertisements
There is a JSR 301, that is about providing a unique standard for a JSF-Portlet Bridge. The spec isn’t ready, but now available for its second Early Draft Review. Oracle donated an implementation to the Apache MyFaces project. There isn’t…
Looking at a bug, I noticed some craziness is going on with the unified EL and coercion rules for String. It converts every null object to an empty String. Take this TLD snippet from the core.tld, for the standard convertDateTime…
Almost every 3rd party JSF component library comes with a file-upload-component. So do the Apache MyFaces component libraries Tobago, Tomahawk or Trinidad. This blog speaks about Trinidad, but it is true for other JSF component libraries as well. Imagine you…
Thomas Spiegl added a new Orchestra-Demo to the FacesGoodies project. That shows how-to use Hibernate(JPA) + Orchestra. The user-interfaces is using Tomahawk as the JSF-comp. lib. Have fun!
I updated the SVN version of FacesGoodies. The major change was, that I removed the Apache Shale framework and I added the new Apache MyFaces Orchestra framework. Now I am strongly following the pattern of defining the “JSF beans” only…
Sure, the “ViewController” pattern isn’t new. Basically it is the concept of using a specific bean, behind a webpage. In ASP.NET this is called code-behind, AFAIK. Apache Shale has it, and Apache MyFaces Orchestra too. It might be confusing, that…