last question of the day: java database?

can you recommend a fairly reliable (mature) database which is made with java and does not require database connection strings, but can be interacted with by using SQL statements.
[186 byte] By [javanewbie404a] at [2007-11-26 17:29:41]
# 1
apache derby/cloudscape/the-other-name-for-the-same-thinghypersonic SQL, too, I thinkyou're looking for in-process databases
georgemca at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 2
Why do you want to avoid connection strings? What's the problem with them?Take a look at derby or hsqldbKaj
kajbja at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 3
> Why do you want to avoid connection strings? What's> the problem with them?> > Take a look at derby or hsqldb> > Kajtoo much effort, presumably. should go far
georgemca at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 4
I use [url= http://hsqldb.org/]HSQLDB[/url]. I haven't had any problems with it couldn't be fixed by replacing the user :-)
corlettka at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 5
doesn't jdk6 ship with some re-branded Derby or something?
georgemca at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 6
Yeah I think that's hsql but I'm not certain.
corlettka at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 7
> doesn't jdk6 ship with some re-branded Derby or> something?That's correct. http://weblogs.java.net/blog/forsini/archive/2006/06/java_db_is_now.htmlKaj
kajbja at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 8
cool. I hereby claim my dukes (I'm selling out and going for dukes now)
georgemca at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 9
> cool. I hereby claim my dukes (I'm selling out and> going for dukes now)Yes you should have the dukes.
kajbja at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 10
he doesn't give 'em out, by the look of it. just dangles them to get answers. duly noted :-)
georgemca at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 11
actually, i think he gave me some dukes
mkoryaka at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...
# 12
Heres one http://www.oracle.com/database/berkeley-db/je/index.htmlI've used it for a small project and it seemed to fulfil all needs (at least mine anyhow)
JonlWrighta at 2007-7-8 23:57:38 > top of Java-index,Java Essentials,Java Programming...