Hello
Could you give best practice if using not hard coded view names. Now I have to hard code view names at: controller return value, @RequestMapping annotation, view template (JSP, Freemarker).
It will be really good if you give me a real example without hard code
Thank You