News

Tutorial: In the Introduction to Developing Web Applications with Ajax article we discussed the procedure used to create an Ajax application. As a developer, you probably noticed that the client JSP ...
Dynamic social network web project using the MVC model with JSP and Servlets. Front end created with HTML5, CSS3, Javascript. Back end written in Java. To execute: Go to jsp folder in WebContent and ...
JSP, JavaScript, Jquery, AJAX; for validation input data on the client side used jquery.form-validator.min.js library; for rendering table data used dataTables.min.js lib; application uses AJAX ...
With the AJAX web technique the userid value may be validated at the time the value is specified in the input form, thus avoiding any need to resubmit the form. In the previous AJAX tutorial, we ...
The Struts 2 Ajax Template is deprecated, so those interested in an asychronous request-response cycles with the popular Java web framework must look elsewhere. For many, the Struts 2 jQuery plugin ...
It's not that hard to perform Java file uploads. The new Servlet and JSP API, along with HTML5 input form enhancements, make Java file uploads, both synchronously and asynchronously with Ajax, ...
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 ...