persistence@glassfish.java.net

Re: Implementing the persistence API

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Mon, 10 Jul 2006 13:34:41 -0700

Daniel,

Have you considered to build a driver instead?

You can start with the following GlassFish page
on how to check out and build the sources:
https://glassfish.dev.java.net/public/BuildGlassFish.html#Quickstart_Guide_to_Build_GlassFish_

You can also browse CVS tree from either of
these links:
https://glassfish.dev.java.net/source/browse/glassfish/
http://fisheye5.cenqua.com/viewrep/glassfish

GlassFish Java Persistence Implementation is located
in 2 subcomponents (modules): persistence-api and
entity-persistence.

Regards,
-marina

Daniel Cavalcanti wrote On 07/10/06 05:35,:
> 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
> <mailto: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
>
>