Skip to main content
summaryrefslogtreecommitdiffstats
blob: d50f7f7832f72a34601bcd74fd6667137433a6e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE doc [
	<!ENTITY trade  "&#153;">
	<!ENTITY reg "&#174;">
]>

<article link="plugin_architecture.html">
	<title>Notes on the Eclipse Plug-in Architecture</title>
	<date>July 3, 2003</date>
	<category>platform</category>
	<category>general</category>
	<author>
		<name>Azad Bolour</name>
		<company>Bolour Computing</company>
	</author>
	<description>
		Eclipse plug-ins embody an architectural pattern for building an
		application from constituent parts. This article presents an
		in-depth view of the participant roles and collaborations of
		this architectural pattern, as they exist in an instance of the
		Eclipse workbench. The goal is to provide an understanding of
		plug-ins, and of how plug-in extensions are defined and
		processed, independently of the mechanics of using the Eclipse
		workbench to produce plug-ins.
	</description>
</article>

Back to the top