osgi « Update « JPA Q&A





1. OSGi + Hibernate    stackoverflow.com

Instead of having database actions scattered in four (osgi) bundles, all doing there slightly different things. I want to create a (simple) OSGi bundle that is responsible for all persistance issues. ...

2. Persistence.xml and OSGi (Equinox)    stackoverflow.com

I am currently testing out using OSGi. I am running this through Eclipse. I want to have my DAO layer as part of an OSGi solution, but my first ...