Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] derby

On Thursday 12 June 2008, Ariel Garcia wrote:
> Hi Nick,
>
> > I wanted to ask you if g-eclipse has a database(derby) that I can use.
> > If derby is installed, is there any sample code I could have a look at?
>
> *g*-Eclipse doesn't have any database, ie, we don't use/depend on it yet.
> Eclipse itself has derby (well, Derby integrates with Eclipse) and some
> time ago we had agreed that if we needed one, that one was the right
> choice.
>
> But we shouldn't add a new (potentially big) dependency unless there is a
> reall need. I mean, we would avoid using a DB if the data would fit into a
> 1K file.  What kind of use are you thinking about?

I agree that we shouldn't introduce more dependencies if we can avoid it, and 
this depends heavily on the requirements. So, is a DB system the only answer 
to your requirements?

On the other hand: Derby is included in Sun JVM's >= 1.6, and I had a look at 
the Ganymede site. There is a bundle that includes the derby.jar, and this 
bundle is provided by a single feature without additional dependencies: 
org.apache.derby.core_10.3.1.4.

But before introducing additional dependencies we really need a reason.

Markus


Back to the top