AJAX with Peoplesoft
AJAX - Asynchronous JavaScript And XML AJAX is a group of interrelated web development techniques used on the client-side to create interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax with Peoplesoft has led to an increase in interactive or dynamic interfaces on web pages and better quality of Web services due to the asynchronous mode. Very few sites help us how to Integrate Peoplesoft and AJAX. Here is the basic code how to start… 1) Download the jquery Ajax library and put it in a publicly accessible folder on your web server http://docs.jquery.com/Downloading_jQuery Place the jquery.js file in Webserver (...peoplesoft/applications/peoplesoft/PORTAL/scripts) 2) Let us test how Ajax works,with this basic example: Add an html file to your web server root named "ajax.html" with the content...