Is there anyway to add resources to a web application using JSF programmatically? This would involve adding files in the resource folder (or any of it subfolders). I want to add a picture that can be treated as a resource so I display it with
<h:graphicImage name="name of the resource i create" library="subfolder under resources" />