Skip to main content

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

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?

Greets, Ariel


Back to the top