CL-Ajax
November 17th, 2007 Arsen
CL-Ajax directs Javascript calls directly into server-side Lisp functions.
- Export functions as follows:
(export-function #'my-function)
- Generates Javascript stub with arguments.
- Can callback to Javascript function or DOM object.
- May be integrated into SAJAX.
- Open-Source (custom, very flexible, license). By Richard Newman.
Posted in Patterns - Java | No Comments »