I'm relatively new to J2EE and I'm in need of a framework that will simplify AJAX for me.
At the moment I have code that uses the dojo toolkit to draw a graph, but I'd like to have the graph updatable via AJAX. is there a good framework that allows me to do Ajax call backs and insert and run javascript into a page?
If so is there a good tutorial on how to use this framework?
My only experience with Ajax is using Telerik under ASP.Net.