From b4e92a28fac41cf6ae7f1c6b80e74338cb4b2aca Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 18 Feb 2010 13:36:52 +0000 Subject: [PATCH] Consistently use the capitalisation AJAX rather than a mixture of Ajax and AJAX. --- doc/ajaxdev.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ajaxdev.xml b/doc/ajaxdev.xml index 035f250..619280f 100644 --- a/doc/ajaxdev.xml +++ b/doc/ajaxdev.xml @@ -1,15 +1,15 @@
- Ajax client development + AJAX client development - Pazpar2 offers programmer a simple Web Service protocol that can be used (queried in a request/response fashion) from any, server- or client-side, programming language with an XML support. However, when programming a Web-based client to Pazpar2, to achieve certain level of interactivity and instant notification of latest changes in the result set, Ajax (Asynchronous JavaScript and XML) technology may be used. An Ajax client allows user to browse the results before the lengthy process of information retrieval from the back-end targets is finished. Blocking and waiting for usually slow back-end targets is one of the biggest functionality issues in a federated search engine. + Pazpar2 offers programmer a simple Web Service protocol that can be used (queried in a request/response fashion) from any, server- or client-side, programming language with an XML support. However, when programming a Web-based client to Pazpar2, to achieve certain level of interactivity and instant notification of latest changes in the result set, AJAX (Asynchronous JavaScript and XML) technology may be used. An AJAX client allows user to browse the results before the lengthy process of information retrieval from the back-end targets is finished. Blocking and waiting for usually slow back-end targets is one of the biggest functionality issues in a federated search engine. Pz2.js - Pazpar2 comes with a small JavaScript library called pz2.js. This library is designed to simplify development of an Ajax-based pazpar2 client and alleviate programmer from the low-level details like polling the web service, fetching and parsing returned XML output or managing timers, sessions and basic state variables. + Pazpar2 comes with a small JavaScript library called pz2.js. This library is designed to simplify development of an AJAX-based pazpar2 client and alleviate programmer from the low-level details like polling the web service, fetching and parsing returned XML output or managing timers, sessions and basic state variables. @@ -217,7 +217,7 @@ AJAX helper class pzHttpRequest - a cross-browser Ajax wrapper class + a cross-browser AJAX wrapper class constructor (url, errorHandler) create new request for a given url -- 1.7.10.4