Re: [Koha-devel] AJAX frameworks

2009-05-14 Thread Galen Charlton
Hi, 2009/4/5 Jesse : > Biblios, XML-based: Already in use, though only by Biblios. No wrapper, so > each of the services has to deal with XML::Simple itself. XML works fairly > well, though is slightly more work to deal with than JSON on the browser > end. But necessary for dealing with XML-based

[Koha-devel] AJAX frameworks

2009-04-05 Thread Jesse
Currently, Koha has three possible frameworks for AJAX: - Biblios, XML-based: Already in use, though only by Biblios. No wrapper, so each of the services has to deal with XML::Simple itself. XML works fairly well, though is slightly more work to deal with than JSON on the browser end.