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 >
>