[REBOL] Re: Fwd: Re: Re: RFC: Rebol Framework
From: petr:krenzelok:trz:cz at: 24-Sep-2002 19:24
Robert M. Muench wrote:
>>-----Original Message-----
>>From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
>>On Behalf Of Brice Muangkhot
>>Sent: Tuesday, September 24, 2002 9:12 AM
>>To: Rebol
>>Subject: [REBOL] Fwd: Re: Re: RFC: Rebol Framework
>>
>>
>
>>I am new in Rebol but as far as I understand the Rebol
>>Framework idea from Robert seems terrific to me regarding
>>Associative Model of Data concept.
>>
>>
>
>Hi, that's correct.
>
>>If I understand well, the
>>concept is invented by Simon Williams from Lazy Software
>>http://www.lazysoftware.com.
>>
>>
>
>Correct, too. IIRC it was Petr who mentioned this some time ago. I read
>the whitepaper but not more. My idea will use some more ideas and
>combine them into one framework. What else do I want to use:
>
>1. Name / Value pair idea for record-layout. Much the idea of LDAP not
>columns in a database. Using templates for business-objects that can be
>exteneded etc.
>
>2. Using the nakedobject idea for functions that can be applied to the
>data-objects, relations.
>
>I haven't solved all problems yet but up to now it seems to work fine.
>
well, I will have to wait a bit for what your system is apto. I also
hope someone here is interested in workflow systems, as we will need it
probably too (simply defining in an abstract way, what states e.g. Order
comes thru - new, financial department, transport department, back,
to-repair, finished ....)
Other idea of interest should/could be - how well will the system scale?
Does it require central repository storage? Could IOS be used to have it
synced? Will rebol community come with own IOS like system, featuring
some principles of grid-computing? P2P, strong distribution, search,
load-balancing capabilities, etc. stuff? :-) Would any such system be an
advantage to Robert's framework?
Hey Doc, we want your Uniserve to start with :-)
>
>>These products provide mainly two functions:
>>Data persistence and a development tool exploiting the concept.
>>
>>
>
>Right. I have done the data-persistence with Rebol too (at the moment)
>but I'm currently checking to implement a DLL that handles the
>assocciative datamodel. With this is would be possible to handle
>thousands of nodes and links.
>
Shouldn't it be implemented in rebol first? It would at least allow us
to run it on platforms, where your .dll will not be ported ;-)
-pekr-