Could anyone recommend an AJAX framework to use with JSP? I just inherited a JSP project that management wants to bring up to speed and was considering using some AJAX tricks to give it a RIA feeling.
Recall from Part 1 that JavaServer Faces (JSF) is conceptually a mixture of Struts (Apache’s popular open source JSP framework) and Swing (Java’s standard desktop application framework). Like Struts, ...