Section A.12. Lisp Ajax Frameworks


A.12. Lisp Ajax Frameworks

A.12.1. CL-Ajax

CL-Ajax (http://cliki.net/cl-ajax) directs JavaScript calls directly into server-side Lisp functions.

  • The export function script is as follows:

     (export-function #'my-function) 

  • Generates a JavaScript stub with arguments.

  • Can callback to a JavaScript function or DOM object.

  • May be integrated into SAJAX.

  • Open source license (custom, very flexible, license) by Richard Newman (http://www.holygoat.co.uk/).




Ajax Design Patterns
Ajax Design Patterns
ISBN: 0596101805
EAN: 2147483647
Year: 2007
Pages: 169

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net