persistence@glassfish.java.net

Re: Implementing the persistence API

From: Daniel Cavalcanti <dhcavalcanti_at_gmail.com>
Date: Mon, 10 Jul 2006 08:35:34 -0400

Actually it is the latter.
We have a specialized database for which I'm considering implementing the
persistence API so that others can use this DB in Java apps.

Perhaps you can point me to where the persistence API source code is within
glassfish. All I know about it is that Oracle implemented it and that it is
the RI.
Someone has pointed me to the JBOSS implementation, which I'm starting to
look at.

thanks,
Daniel.

On 7/9/06, Bill Shannon <bill.shannon_at_sun.com> wrote:
>
> By "implement" do you mean "use in my application" or "build my own
> version that corresponds to the Java Persistence spec"? I assume
> the former.
>
> Of course, Java Persistence is included in GlassFish, but if you want
> to use it separately from GlassFish, you can find it here:
>
> https://glassfish.dev.java.net/downloads/persistence/JavaPersistence.html
>
> You might find this page helpful as well:
>
>
> https://glassfish.dev.java.net/javaee5/persistence/entity-persistence-support.html
>