Put your desktop app into the NetBeans Platform. Then you get a) a perfect free desktop app framework and b) a very nice DB manager tool build in by default.
On Fri, Apr 18, 2014 at 2:08 AM, Chux <[email protected]> wrote: > Hello guys, > > I have a desktop app using Java FX and so I have Derby as embedded DB. > These builds I deploy to my clients. > > I need however a little tool to somehow access the embedded database for > viewing, and maybe some on-the-fly modifications. > > When the FX app is up and running the DB is locked to it. So my option is > to include a built in DB manager tool inside the app. > > So I was wondering if you know any java-based database viewers that I can > import and use inside my app? > > Best, > Chux >
