Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: DB persistence framework for Perl Classes

by gmpassos (Priest)
on Oct 17, 2004 at 18:57 UTC ( [id://399944]=note: print w/replies, xml ) Need Help??


in reply to Re: DB persistence framework for Perl Classes
in thread DB persistence framework for Perl Classes

I can be wrong, but Hibernate is for Java, not?

And don't forget that in Java you need to do by hand your serialization of attributes. Only for J2SE 5 we have a new project called JDO that make things more automatic, and it will replace JDBC.

Graciliano M. P.
"Creativity is the expression of the liberty".

  • Comment on Re^2: DB persistence framework for Perl Classes

Replies are listed 'Best First'.
Re^3: DB persistence framework for Perl Classes
by JaWi (Hermit) on Oct 17, 2004 at 19:07 UTC
    Only for J2SE 5 we have a new project called JDO that make things more automatic, and it will replace JDBC.

    Not quite: JDO (Java Data Objects) is also available for J2SE 1.4 (and below perhaps). Furthermore, JDO is not intended as a replacement for JDBC! It is simply a persistent object store framework, mainly aimed at storing business objects. It therefore cannot (and will not) replace JDBC (which is just a means to hereogenously connect to different databases).

    -- JaWi

    "A chicken is an egg's way of producing more eggs."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://399944]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-26 00:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found