[squeak-dev] Persisted Collection?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Persisted Collection?

Alejandro Martínez
I'm looking for a kind of collection that persists itself while adding or removing elements. I'm not looking for a persistent object store like Magma, but something simpler (e.g. SmartRefStream or so). Any idea?
Cheers




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Persisted Collection?

Jason Johnson-5
I don't know anything else off the top of my head, but what are the
issues with Magma?  If you express your concerns maybe it will be
something that can be addressed.

On Sun, Mar 23, 2008 at 9:50 PM, Alejandro Martínez
<[hidden email]> wrote:

> I'm looking for a kind of collection that persists itself while adding or
> removing elements. I'm not looking for a persistent object store like Magma,
> but something simpler (e.g. SmartRefStream or so). Any idea?
>  Cheers
>
>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Persisted Collection?

cedreek
Hi Alejandro,

Maybe you should have a look to this excellent post (file based database):

http://onsmalltalk.com/programming/smalltalk/simple-image-based-persistence-in-squeak/

Recently, people are talking about ROE. This could also be a simple
option (but with a relational db).

HTH,

Cédrick