Query IDE based on Payloadbuilder built on Swing UI.
Extensible Query IDE with support for Payloadbuilder Catalogs.
bin
folderExtending Queryeer can be made with a set of extension points.
Adding a payloadbuilder catalog to Queeryer is made here
Extension classes implementing one of the above interfaces or annotated with Inject is automatically discovered when placed in plugins
folder. A set of services can be injected through constructor injection. Extension classes should have a single constructor or a constructor annotated with Inject
Each plugin is loaded with it's own isolated classloader so make sure that dependencies are bundled. Using maven assembly plugin is a great choice for this.
Enabling the plugin by placing the plugin distribution in the plugins
folder in the unziped Queryeer distribution.
Extra dependencies like jdbc-drivers etc. can be placed in shared
folder.
Distributed under the Apache License Version 2.0.
Free for non commercial use