As a newcomer to Java EE, I am looking for a framework that can simplify AJAX for me. Currently, I am using the dojo toolkit to draw graphs, but I want to make these graphs updatable through AJAX. Is there a framework that facilitates AJAX callbacks and allows the insertion and execution of JavaScript on a webpage?
If such a framework exists, is there a comprehensive tutorial available to help me understand how to use it effectively?
My previous experience with AJAX is limited to using Telerik on ASP.Net.