Standard Java EE forward to internal resources go something like this: Admittedly, there’s no decoupling between the servlet code and the view technology, even not with the JSP location. Spring MVC introduces the notion of ViewResolver. The controller just handles logical names, mapping between the logical name and the actual resource is handled by the [...]
↧