java ee - what JPA provider does JBOSS application server ships with? -
i search online find if jboss
application server ships jpa
implementations. came hits such hibernate, eclipselink
etc. not sure if these shipped jboss
or added in configuration files downloading external jars , adding in classpath.
what mean ship is:
jboss application server
comes resteasy
provider jax-rs api
. server , running, not need other jars such jersey
etc.
on same note, heard glassfish application server
ships providers
various j2ee components such jta, jpa , jax-rs
. wondering how know implementations
or providers
these.
thanks
as far know uses hibernate:
https://docs.jboss.org/author/display/as71/jpa+reference+guide
during application deployment, jpa use detected (e.g. persistence.xml or @persistencecontext/unit annotations) , injects hibernate dependencies application deployment. makes easy deploy jpa applications.
Comments
Post a Comment