Tagged Questions
2
votes
2answers
197 views
Web application (Spring, JSF) forks, how to reuse existing code for subprojects?
my question is going to be somewhat philosophical and "architectural oriented" so bear with me.
Right now we have existing Java web application built on top of Spring and JSF(facelets) with maven. ...
0
votes
1answer
209 views
Execute a Managed bean from a JSF view in WEB-INF folder
We are initiating a Spring + Primefaces project and the first problem we have encountered concerns storing the XHTML pages into the WEB-INF folder.
When we use a faces form in a view located inside ...