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.
Recently, I had the good fortune of training and mentoring a group of novice Java developers as we implemented a complex Web application using Struts, Enterprise JavaBeans (EJB), servlets, JavaServer ...
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, ...