Plugin API Questions
Posted: Sun Mar 26, 2006 5:36 pm
Hi,
I'm developing a pair of plugins for Oxygen for our department to automatically fetch and save XML files to a SQL Server. My first question is, is there a way for a plugin to programmatically create a new document/tab? Right now, the user has to manually create a document, and the plugin just dumps the xml into it.
Also, I've been having an issue with the JVM not releasing system libraries between plugin calls. What is the proper way to call/dispose of a plugin and its GUI components, and how does Oxygen handle the plugins themselves? I.e. threading, etc?
Thanks!
~ Mason
I'm developing a pair of plugins for Oxygen for our department to automatically fetch and save XML files to a SQL Server. My first question is, is there a way for a plugin to programmatically create a new document/tab? Right now, the user has to manually create a document, and the plugin just dumps the xml into it.
Also, I've been having an issue with the JVM not releasing system libraries between plugin calls. What is the proper way to call/dispose of a plugin and its GUI components, and how does Oxygen handle the plugins themselves? I.e. threading, etc?
Thanks!
~ Mason