If you just need plain JDBC connections and have MySQL running you can use the OSGi-fied driver bundle from the SpringSource Bundle Repository:
http://www.springsource.com/repository/app/bundle/version/detail?name=com.springsource.com.mysql.jdbc&version=5.1.6&searchType=bundlesByName&searchQuery=mysql There's also DynamicJPA which should do the trick, but I haven't used it yet: http://www.dynamicjava.org/projects/dynamic-jpa Regards, Daniel Am 23.12.2009 um 10:49 schrieb Miguel: > hi all, > > I am looking for the best way to implement a database access using OSGI > standard API. I know that spring has several developments to access databases > whatever the database is. > Is there any current developments like these spring frameworks to make easier > the interaction with databases? > > > best regards, > > Miguel > Sent from Madrid, Spain _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
