Re: Persistence



frebe73@xxxxxxxxx ha escrito:

If don't think there are a significant difference between persistence
and data management, I don't know what to say...

I suggest: self-aggrandizing ignoramus.

The sillyness in your remark is in the fact that to store data into
whatever container you came up with, you have to execute some logic.
Whatever that logic is is not that important, it only will control the
limitations of what you can do with the data in the persistent storage
(e.g. if there's no retrieval logic, reading the data back will be hard)

If you think a SQL database is about storing data into a container, I
can't help you.

Indeed, you can't.

5. I am too ignorant about the relational model and SQL database, so
lets just label it as "persistence".

This is the same as 3.

Persistence = storing data on disk

No.

Persistent = exists from session to session.

I have persistent data in RAM in my diskless Pocket PC.

Why do you need a RDBMS to do this?

Because his snake-oil is just for this.

Synchronizing in-memory objects
with persistent storage does not require quieries or integrity
constraints. A much simpler tool would do the job.

Indeed, but managing a non trivial database through application
in-memory objects is a big blunder.


Regards
Alfredo

.



Relevant Pages

  • Re: Where are JSP session variables stored?
    ... If the session object is stored only in RAM, ... > it's stored in persistent storage, I'm going to have to encrypt the ... > PGP Key available from your friendly local key server ... so I'd probably encrypt to be safe. ...
    (comp.lang.java.programmer)
  • Re: Way to get session variables into a non-servlet?
    ... the server must retrieve the session information from its ... persistent storage. ... if I have a couple arrays and two ... system is based on unique information for each unique user. ...
    (comp.lang.java.programmer)