Hello Guys,
I have a jsp/servlet based application. We have conventional ajax implementation as a separate javascript file and is being used, where ever required to make ajax calls.
Now because of the huge requirement changes, it became very diffcult to maintain it.
I heard about many frameworks for Ajax like
DWR and
jQuery.
We are in a
confusion to decide which one is the best among these two.
We have a separate
servlet configured and separate business class which fetch the data from dao layer.
What could be the best Ajax framework among '
DWR and JQuery' for our simple JSP/Servlet based application ?
Thanks in Adnvance,
Vamsi.