JSF and Richfaces configuration in Netbeans 6.x
Introduction:
JSF (Java Server Faces) is an java based framework for developing web application . Also component library can be easily incorporated in to the JSF Application. I have listed the most used components libraries by the developers in the below.
If you use Maven, from Netbeans 6.8 Milestone release it even gives auto complete feature (link http://www.karthikeyanc.com/blog/index.php/2009/11/primefaces-ui-tags-support-in-netbeans-6-8-beta-plus/ ). Though it shows for PrimeFaces same holds good for RichFaces.
Another JSF implementation to consider is http://openfaces.org/ and PrettyFaces for Bookmarkable URL
Good post.
Good Post, but I thought Vaadin is GWT framework and not JSF based.
thank u for this great document.