JDO implementation?

From: Dave Trombley <dtrom(at)bumba(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: JDO implementation?
Date: 2002-01-08 01:47:07
Message-ID: 3C3A4F9B.7090804@bumba.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

For the past few weeks, I've been working on what I'd thought of
as an 'object database emulation layer', which would allow me to store
Java objects in a PostgreSQL database in much the same way that a
typical object database would. Needless to say, I was doing this
naively, based on raw need and the fact that there was currently no
decent, free apparatus to enable transparent persistent storage of Java
objects. (It's to the point where schema translation and object
marshalling are fully functional. I'm using AspectJ to enable me to
provide transparency.)

Needless to say, I had not heard about JDO
(http://softwaredev.earthweb.com/java/article/0,,12082_918111,00.html).
Has there been any discussion amongst the development team about
providing a JDO implementation for PostgreSQL? (Sun's plan seems to be
to let the database vendors implement an interface (which is almost
finalized, and very similar to OMG's specifiction for an OODB interface,
with some extra java-centric things thrown in) that their expert group
has written. They've provided a reference implementation which is
ostensibly a starting point for said vendors and an example store which
writes flat files.) It seems like it would be a great thing to be able
to provide this sort of functionality. I'm still trying to figure out
who (say, Oracle et al) is planning adopting the interface and providing
an implementation and on what schedule they plan on doing so, but I
personally know many, many people who would flock to a free-software
solution to transparent persistence for Java. If there's a current
effort being made toward this goal, I'd love to help out. If not, I'd
like to give it a try!

Any thoughts, or ideas? Is everyone already doing this without
me? =)

-dj trombley
<dtrom(at)bumba(dot)net>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gyozo Papp 2002-01-08 02:38:12 REQUEST: database security issues in PHP manual
Previous Message Martijn van Oosterhout 2002-01-07 22:32:26 Re: Restart postgres in php as nobody