I am asking this question after going through similar questions like
After reading the replies I understand it best to go for a very light weight web site without using many fancy frameworks
I have zeroed down on using Spring MVC in the backend and jsp for the front end.
Having done this I need to get down to more specifics.
Suppose I want to render a datatable do I use plain jsp or can I use some framework like
Jquery Mobile . Will a framework provide me ease of coding and maintainability,functionality and at the same time will it render reasonably fast on mobile phone devices ?
The data table must have the ability to filter,sort,paginate etc.
I have used datatable component as an example. There could be other components as well like say trees, charts etc