Can someone point me to tutorials using jQuery to create AJAX apps with Java (servlets). I was looking at the tutorial Implementing Ajax in Java web application using JQuery
I think many of the tutorials out there are making things way to complicated. Just remember that AJAX requests are no different that other requests.
See if this one helps you out.