I need to integrate AJAX functionality into the Struts 2 web application. I learned some lessons and was going to try using the Dojo plugin, but quickly realized that it was deprecated from Struts 2.1.
The AJAX documentation for Struts 2 provides many potential solutions, and I'm trying to narrow it down a bit.
I understand that this question is a bit general, and there are some questions that exist here about certain alternatives, but I would like to feel in the community regarding what is the most commonly used approach.
I am also interested in whether using one of the AJAX taglib plugins (i.e. struts2-jquery ) or direct AJAX widgets regardless of Struts is more common.
I understand the basic concepts of AJAX, but do not have much practical experience with any of the libraries. I do not mind to get up at some point, to accelerate something, if necessary.
Thanks so much for any suggestions!
source share