1. JSF 2 Content Controller (pull in content based on URI) stackoverflow.comI'm new to JSF and am trying to make a content controller. Basically whenever someone makes a request to www.myapp.com/external/** I'd like to forward to a controller that pulls external content ... |
2. invoke face servlet from another front controller servlet coderanch.comIt seems you want to make your new UI development using JSF but don't want to change the old code. I see it very feasible. I agree with Joseph that dispatching your request to the JSF servlet should work. I am trying to see what other important things you may need to consider. What about the relation between your backing beans ... |