How can I implement a css based template skin for spring MVC app. Also, is it possible to change the template path for spring MVC file at runtime to load completely different theme based on user selection or url called?
Take a look at Spring Themes. Also, there are other options:
<body>
, for example, and have different themes as it is done in Dojo.alternate
and switch them with JS.