Hi. Just teaching myself Spring so apologies for newbie question. When developing web apps using Spring (Spring MVC?), is it normal to use JSPs or JSF? In my experience, in the non-Spring Java world, there has been a gradual move away from JSPs to JSF over the last few years. However, I notice a lot of the Spring doco and forum posts refer to JSPs rather than JSF.
Is there a consensus in the Spring community if it is better to use one or the other if writing a web-app from scratch using the latest version of Spring?


Reply With Quote
