I want to create my web application modularized. By this User could able to install/unstalled the specific module. When user installed the module, one jar (which contains JSP files, java classes and all resources) will copied to the webapplication .war file inside WEB-INF/lib folder.
So can i access the JSP file from WEB-INF/lib/module.jar? Currently at presentation layer i have used JSF. So in JSF do we have some way to access JSP file from .jar files?