Is it possible to access non shared resources (web application resources XHTML / CSS ) from shared resource which is packaged as JAR file and placed inside WEB-INF/lib folder.
Eg. App
--views
---layout
----template.xhtml
--WEB-INF
----lib
------jar1
--- ----META-INF
----------resource
------------views --------------index.xhtml
In the above structure can index.xhtml reuse template.xhtml? I wanted to have application specific template rather than using it from shared template.