Say I created a simple composite component in one of my JSF 2.0 web applications using Facelets. Now I want to use this component in another webapp. Instead of copying the .xhtml file from one application to another, I would like to create a library that I can simply include in each of the webapps.
How do I package components to create a library that can be used for sharing in projects?
source share