[elephant-devel] unique object IDs and OIDs

Tomo Matsumoto tomoyuki28jp at gmail.com
Tue May 5 20:18:45 UTC 2009


> What are you building with Elephant?

A web application framework named web4r.
(http://github.com/tomoyuki28jp/web4r/tree/master)
- The goal is "Enables users to develop web applications with the
shortest codes".
- It currently only works with the elephant v0.9, but I am working on
it to support the v1.0

I haven't written any document, but you can try some demos here:
(Firefox3 with enabling javascript is recommended.)

* customer
demo: http://demo.web4r.org/customer
code: http://github.com/tomoyuki28jp/web4r/blob/3903ab64fa2b69f2571295c7d154e82bdbc8a201/examples/customer.lisp

* wiki
demo: http://demo.web4r.org/wiki
code: http://github.com/tomoyuki28jp/web4r/blob/3903ab64fa2b69f2571295c7d154e82bdbc8a201/examples/wiki/wiki.lisp

* blog
demo: http://demo.web4r.org/blog
code: http://github.com/tomoyuki28jp/web4r/blob/3903ab64fa2b69f2571295c7d154e82bdbc8a201/examples/blog/blog.lisp

* Arc Challenge
demo: http://demo.web4r.org/said
code: http://github.com/tomoyuki28jp/web4r/blob/3903ab64fa2b69f2571295c7d154e82bdbc8a201/examples/arc-challenge.lisp

Any comment, advice or suggestion will be appreciated.
Special thanks to all the contributers of elephant!

Tomo


On Wed, May 6, 2009 at 4:01 AM, Leslie P. Polzer
<sky at viridian-project.de> wrote:
>
>> What I have been looking for is tihs:
>> (defun get-instance-by-oid (class oid)
>>   (awhen (ele::controller-recreate-instance *store-controller* oid)
>>     (when (typep it class)
>>       it)))
>>
>> Thanks for your help, Leslie!
>
> You're welcome. :)
>
> What are you building with Elephant?
>
>  Leslie
>
> --
> http://www.linkedin.com/in/polzer
>
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
>




More information about the elephant-devel mailing list