I understand the eclipse plug-in architecture. But I also hear that it consists of bundles. How are these two related?
I understand the eclipse plug-in architecture. But I also hear that it consists of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Plugin and bundle are just synonyms (bundle comes from OSGI, where plugins are usually called bundle, but every Eclipse plugin is an OSGI bundle, thus the two words for the same).