Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » What is the best practice to access a relational database from within my plug-in?
What is the best practice to access a relational database from within my plug-in? [message #1750187] Sat, 17 December 2016 01:49 Go to next message
Benjamin BBB is currently offline Benjamin BBBFriend
Messages: 3
Registered: December 2016
Junior Member
Hi,

my first suggestion has been 'JPA', since I once used it in a web-project.
But I couldn't get it to work. After some research I stumbled over the 'Eclipse Gemini' project, which as far as I understood is used to enable JPA in a OSGi environment. But since its last release is from 2013 I doubt that this is the common way to access databases from within an Eclipse Plugin.

Any hints, tips suggestions are appreciated.


Re: What is the best practice to access a relational database from within my plug-in? [message #1751504 is a reply to message #1750187] Tue, 10 January 2017 21:59 Go to previous message
Benjamin BBB is currently offline Benjamin BBBFriend
Messages: 3
Registered: December 2016
Junior Member
I ended up using a simple jdbc Connection. By using it one has to take care of everything but at least it is working.
Previous Topic:Problem opening file outside of my target project workspace
Next Topic:JVM packages not found when using local Target Platform
Goto Forum:
  


Current Time: Thu Apr 25 08:28:03 GMT 2024

Powered by FUDForum. Page generated in 0.02468 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top