The main application is compiled together with the plugins. No plugins are installed or updated AFTER the application is compiled. This should make the life easier.
When user clicks a certain link in the main UI, the "core" UI needs to show the editor (some panel) defined in the plugin.
the "core" application does not have dependencies on the plugins code. plugins are listed in some XML file and the "core" can only invoke getPanel() or something similar on the plugin Class.
This is how it currently works for my Eclipse RCP application. I need to port the same to GWT, if that's possible
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dzk5ZFVFYjhZWkFK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment