[elephant-devel] Error when loading elephant on Mac OS with Lispworks 5.1

2008-04-06 Thread Jens Teich
Lispworks 5.1 Mac OS X 10.5 CL-USER 1 > (asdf :elephant) ; loading system definition from /Users/jensteich/Lisp/elephant/ elephant.asd into ; # ; Loading text file /Users/jensteich/Lisp/elephant/elephant.asd ; registering # as ELEPHANT ; loading system definition from /Users/jensteich/Lisp/cl-

[elephant-devel] Typos in CREDITS

2008-04-06 Thread Jens Teich
Hi, in CREDITS, you write: | Edi Weisz for Lispwork and Win32 patches | | Mac Chan for his Hutchentoot blog tutorial Edis last name is Weitz, his webservers name is Hunchentoot. It is Lispworks. Attached is a patch to fix these typos. I asked Edi and he is not completely sure what you mean wi

Re: [elephant-devel] Re: Multi user client-server performance

2008-04-06 Thread Robert L. Read
On Sat, 2008-04-05 at 12:51 +0300, Alex Mizrahi wrote: > in elephant we have several different backends: > * BDB one is primary one, APIs were modelled according to > capabilities of > BDB > * CLSQL can work with any SQL database supported by CLSQL (that's > good), > but has some significant "s

[elephant-devel] Re: Master-detail how to

2008-04-06 Thread Alex Mizrahi
VV> Obviously class order must be persistent. But what about class VV> order-item? Should it be persistent too? it's better to make it persistent, so you can search on details. VV> Next question. How do you search orders that have say particular item? (mapcar #'order-of (get-instances-by-valu