persistence / object backend to file / serialization

L

Lew

Arved said:
Well, no, JFK actually did say - correctly - that he was a citizen of
Berlin. In fact, in this case, it was probably better for him to say
"Ich bin ein Berliner" than "Ich bin Berliner". In either case the
phrase, in context, meant exactly what it was supposed to mean, and not
that he was a pastry. And in Berlin, in particular, there wasn't even
any ambiguity: http://www.esskultur.net/lm/berliner3.html.

Damn it! I forgot the sign again:

|==============|
"Berliner" = "pastry" | HUMOR!!!!! |
|==============|

I keep forgetting that no one has a sense of humor around here.
 
L

luc peuvrier

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
 
L

luc peuvrier

luc said:
Hi Tom [sic],
I do not think reinvented JDO. If you like JDO and well know it I will
be happy you compare theJOAFIPand JDO facade.

Shouldn't that be your job as the spammer for theJOAFIPproject, not tom's?

Burden of proof is on you.  Il est votre devoir.

Well understood after your last message.
Luc
 
L

luc peuvrier

Very well presented. Thank you.

According exchanges with lew I have to put water in my wine on joafip
as an alternative to a database: Do not expect joafip provide all
available un famous persistence solutions, but may be sufficient and
practical in some cases.
 
L

Lew

luc said:
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 )

You are giving very good feedback. Merci, Luc.
 
T

Tom Anderson

//joafip.sourceforge.net/[/url]
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.

I do not think reinvented JDO. If you like JDO and well know it I will
be happy you compare theJOAFIPand JDO facade.

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

True, but that fits with JDO. Different JDO implementations use different
kinds of storage - some use a RDBMS, some use files, some use something
else. Joafip is similar to a JDO implementation that only uses files.
- do not have request language, not an pool of object, but an object
graph storage.

True. JDO provides navigation as well - the examples you give for Joafip
could also be done with JDO (or JPA). But JDO and JPA also provide their
own languages. As it happens, IMHO most of the use of a persistence system
is navigational; you have a few well-known root objects (the ones bound to
a name in the session in Joafip), and then you navigate from there. Having
a query language is a nice extra, and in some cases is essential, but for
bread-and-butter storage applications, not required. Although of course,
once you have a query language, you do tend to use it more.
- persist any data-model ( some constraints )

True. Same is true of JDO and JPA. With JPA, you need to add annotations
(or a configuration file) to say which attributes to persist, but with
JDO, you don't. With JDO, you need to apply bytecode enhancement, which
can be done at build-time, or at classingloading time, via an agent, which
i believe Joafip can also do.

So you see, Joafip looks very similar to a JDO implementation. I should
reiterate that this is a *good* thing, because JDO is a good standard!

tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,817
Latest member
DicWeils

Latest Threads

Top