I am new in java web development.
I have a dynamic jsp page(Loan Application form) this also uses ajax to load dependable dropdown parameters and for validations.
i got task to migrate this Dynamic web(jsp) page to any advance java framework.
Please suggest which could be the best option for me to do so ???
Try Java Server Faces. This is more convenient to migrate JSP developer.Check these link
JSF has many resources and easily to use together with ajax.