From: Jeff Higgins on

> I keep forgetting that no one has a sense of humor around here.
>
From: Jeff Higgins on
luc peuvrier wrote:
> http://joafip.sourceforge.net/
> can be see as a:
> - an "intelligent" serialization: write only changes, read only object
> needed
> - manage more object than memory can contains
> - an alternate persistence solution to relationnal database

Very well presented. Thank you.
From: RedGrittyBrick on
Jeff Higgins wrote:
>
>> I keep forgetting that no one has a sense of humor around here.
>>

Is this a test?
From: Jeff Higgins on
RedGrittyBrick wrote:
> Jeff Higgins wrote:
>>
>>> I keep forgetting that no one has a sense of humor around here.
>>>
>
> Is this a test?
Yep, eternal-september will only give me 5 duplicate Damn its!
From: luc peuvrier on
On 1 fév, 19:30, luc peuvrier <lcp...(a)gmail.com> wrote:
> On Feb 1, 1:30 am, Tom Anderson <t...(a)urchin.earth.li> wrote:
>
>
>
>
>
> > On Sun, 31 Jan 2010, luc peuvrier wrote:
> > >http://joafip.sourceforge.net/
> > > can be see as a:
> > > - an "intelligent" serialization: write only changes, read only object
> > > needed
> > > - manage more object than memory can contains
> > > - an alternate persistence solution to relationnal database
>
> > So you've basically reinvented JDO? That's cool, i always liked JDO.
>
> > tom
>
> > --
> > Rumor has it, though, that a vast, echoless complex exists beneath
> > Atlanta, dug by Ludacris. Its dimensions are too shocking to believe. He
> > hangs out down there with Umberto Eco, discussing the Hollow Earth Theory
> > and practicing rhymes. Whenever another royalty check comes through,
> > he digs deeper. -- Geoff Manaugh
>
> Hi Tom,
>
> I do not think reinvented JDO. If you like JDO and well know it I will
> be happy you compare theJOAFIPand JDO facade.
> Luc- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -

Lew insist I answer to you and not ask to you to compare.
Joafip is not same as JDO. I am not a JDO expert, but I had a look on
its description. About joafip:
- do not make able to choose storage form, only in a file
- do not have request language, not an pool of object, but an object
graph storage.
- persist any data-model ( some constraints )

Luc