Friday, June 30, 2006

plug-ins development reference

1.Notes on the Eclipse plug-in architecture
http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html

2. Plug-in architecture
http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFPlugIns/Concepts/architecture.html

3. A plug-in architecture for .NET
http://weblogs.asp.net/ahoffman/archive/2004/04/30/123572.aspx

4. Plug-in architecture framework for beginners
http://www.codeguru.com/Cpp/misc/misc/plug-insadd-ins/article.php/c3879/

5. example and guide
http://dev.yesky.com/456/2485956.shtml

1) basic architecture
application ------------------> plugi-in abstraction
/ | / | plugin1 plugin2
| | |
common_function_lib

2) examples:
Desktop, eclipse, simulator and GIMP(in <>).

6. The art of UNIX programming