I'm developing an application which allows dynamic loading of plugins as external jars.
I want the ability for these jars to provide their own canvas as a web UI. When the plugin is loaded it would tell the main app, "Here's my name and here's my UI canvas..." or some such.
Can this be done with SmartGWT? Or should I go back to some simpler JS based UI (JQuery?)
I want the ability for these jars to provide their own canvas as a web UI. When the plugin is loaded it would tell the main app, "Here's my name and here's my UI canvas..." or some such.
Can this be done with SmartGWT? Or should I go back to some simpler JS based UI (JQuery?)
Comment