I want to make a website with many pages. From what I've read so far about Spring MVC, all the examples seem to have a controller for each jsp. But I'm curious to know how things are set up for larger sites.
Is there a controller for each jsp? I hope not, since there are many jsps.
Do you tend to map many jsps to a single (or small number of) controllers? And if so, how do you decide which pages go with which controllers?
Thanks


Reply With Quote
