Berkeley DB (Java Edition) plugin for IntelliJ 7.x
This plugin requires at least version 7 of IntelliJ IDEA and packages JE version 3.2.43.
You can retrieve it from the plugin manager with IntelliJ IDEA or download it from http://plugins.intellij.net/plugin/?id=1547.
Here are some screenshots from the plugin in action:
I’ve released it as GPL v2 so if other developers would like to write Eclipse or Netbeans or whatever else plugins, there is some code which would help (like the views I wrote).
Please do remember that the plugin tries to locate classes persisted in the store, so if you open a store having classes not available in the currently opened project, you won’t see anything (except the name of the store).
I hope this plugin will be useful to anyone besides me