MyFaces Commons Project is a collection of components, converters, validators and other useful goodies not renderkit specific and not bound to any framework or JSF implementation.
It divides into several sub-modules:
myfaces-commons-utils : Contains JSF utility methods and other useful code. Some code comes from MyFaces Shared project. See API Documentation for details.
myfaces-components : Components that can be used with any jsf framework.
myfaces-converters : Converters that can be used with any jsf framework.
myfaces-validators : Validators that can be used with any jsf framework.
myfaces-resourcehandler : JSF 2.0 ResourceHandler utilities and a Extended ResourceHandler implementation with additional options.