Standard JSF Component library
Standard Java Server Faces library is core for all JSF component libraries and it (or its alternative implementation like Apache MyFaces) must be included in every JSF project, no matter which JSF extension library is used. It has implementation of all basic components, but with just the basic functionality. Also it doesn't have some specific look (skins) and to make page better you have to use CSS styles. If you are begginer with JSF, it is good starting point, but for serious work out suggestion is to choose one or more libraries from our list.
Official page
Download page
Download standard JSF library archive
Demo page
Component demo with code samples
Documentation
Developing Web Applications with JavaServer Faces
