petter wrote:
> I'm currently storing CL-SQL objects in the websession variables and > then CLP to generate the dynamic HTML code, but I guess I could use > LSP instead. I'm also using the virtual host part of AllegroServe, > does Hunchentoot have something similar? No, but it's easy to come up with. You just need a dispatcher that uses the host:port combination to decide on the handler to invoke. Weblocks has similar functionality. Leslie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
