[Lispweb] Webactions with CL-SQL?

Kevin Rosenberg kevin at rosenberg.net
Wed Aug 24 08:58:55 CDT 2005


Friedrich Dominicus wrote:
> I'm wondering if anyone has used Webactions together with CL-SQL. 

Yes, http://meme.b9.com and http://umlisp.b9.com are based on CLSQL
and Webactions.

> You can take my question a bit more general if you like. How to use
> objects together with webactions? Is there a way to hand objects from
> one "component" to another? 

Typically, objects are just passed with subroutine calls. The UMLisp
site preserves a fair number of objects between HTTP requests. They
are kept in a cahce with expiration and are referred to by an ID number.

-- 
Kevin Rosenberg
kevin at rosenberg.net



More information about the lispweb mailing list