By cyberhitesh
via hiteshagrawal.com
Submitted: Mar 05 2008 / 12:14
In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application that will post data to Servlet and will fetching the computed data from the Servlet. With this approach the page will get the updated content from the server without refreshing the jsp/html page.
Add your comment