开发者

can my eclipse rcp and plugins be used by other parties?

If I develop my application using eclipse RCP and my own eclipse plugins, can other people copy and paste my plugins and used in other开发者_开发百科 application?

thanks


The short answer is "yes". RCP applications rely on reusable plugins.

The correct answer is "it depends". It depends on what extensions and extension points you define. Basically, plugins need to "talk" to each other in order to work with each other. When you create a plugin, you define who can talk to it and how.

I recommend the following lecture: http://www.vogella.de/articles/EclipseExtensionPoint/article.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜