MS-Access-like development environment?

Hi;

I'm looking for a tool to develop form-based client apps, like MS Access; only using java/jdbc instead of VBA. Does anything like that exist? Particularly, what provides the best forms-type facilities among NetBeans, Eclipse, JDeveloper, IntelliJ?

Any opinions appreciated,

Thanks,

Paul

[322 byte] By [Still-pkirkaasa] at [2007-11-26 12:21:26]
# 1
You try with SQL Explorer ( http://sourceforge.net/projects/eclipsesql)
danjaredga at 2007-7-7 15:13:03 > top of Java-index,Archived Forums,Socket Programming...
# 2

> You try with SQL Explorer

> (http://sourceforge.net/projects/eclipsesql)

Why does your database development environment have to be Java/JDBC?

I wouldn't choose a database on that basis. I'd prefer a good relational database and admin tool, regardless of language, that Java could easily connect to with JDBC.

My preference these days is PostgreSQL.

%

duffymoa at 2007-7-7 15:13:03 > top of Java-index,Archived Forums,Socket Programming...
# 3
IntelliJ has nice plugins, like DBHelper, that let you interact with relational databases right in the IDE.But it's not intended to replace the RDB admin tool.%
duffymoa at 2007-7-7 15:13:03 > top of Java-index,Archived Forums,Socket Programming...
# 4
I believe open office has a database program and tries to do some scripting. You could check there.
_dnoyeBa at 2007-7-7 15:13:03 > top of Java-index,Archived Forums,Socket Programming...