What are the differences between plug-ins, features, and products in Eclipse RCP?
问题 What are the differences? What gets used for which purpose? 回答1: As the RCP tutorial details Plugins are the smallest deployable and installable software components of Eclipse. Each plugin can define extension-points which define possibilities for functionality contributions (code and non-code) by other plugins. Non-code functionality contributions can, for example, provide help content. The basis for this architecture is the runtime environment Equinox of Eclipse which is the reference