IntelliJ Java IDE
The moose likes IDEs, Version Control and other tools and the fly likes Patterns and Contributing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Patterns and Contributing" Watch "Patterns and Contributing" New topic
Author

Patterns and Contributing

HS Thomas
Ranch Hand

Joined: May 15, 2002
Posts: 3404
What are the patterns that one must know in order to contribute to Eclipse.
I imagine a successfull plug-in is one that follows all the rules.

regards
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11945
Eh, does the "Patterns" in the book title refer to the patterns used to hook the plugin into the framework (the "pointcuts" in plugin.xml), or the design patterns used in integrating with the framework (GUI, resource access, etc.)?


Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
Kent Beck
author
Ranch Hand

Joined: Nov 07, 2003
Posts: 45
"Patterns" refers to both. We use Design and Implementation Patterns in discussing the implementation. We also discuss the "rules" of Eclipse, which are really patterns in disguise.
Kent


Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0596007434/ref=jranch-20" target="_blank" rel="nofollow">JUnit Pocket Guide</a>
 
 
subject: Patterns and Contributing
 
Threads others viewed
Could someone explain the listener pattern
Design Patterns - GOF book ?
References for Analysis Patterns
Design Patterns.
Study guides
developer file tools