Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Architecture Council/Links Collection"

Line 19: Line 19:
 
* [http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html Java.net.URL.equals() and hashCode() make blocking internet connections] (Blog by Michael Scharf)
 
* [http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.html Java.net.URL.equals() and hashCode() make blocking internet connections] (Blog by Michael Scharf)
 
* [http://michaelscharf.blogspot.com/2006/09/dont-swallow-interruptedexception-call.html Don't swallow InterruptedException. Call Thread.currentThread().interrupt() instead.] (Blog by Michael Scharf)
 
* [http://michaelscharf.blogspot.com/2006/09/dont-swallow-interruptedexception-call.html Don't swallow InterruptedException. Call Thread.currentThread().interrupt() instead.] (Blog by Michael Scharf)
 +
 +
== Design Guidelines ==
 +
* [http://en.wikipedia.org/wiki/Law_of_Demeter Law of Demeter] (Principle of Least Knowledge)
 +
* [http://www.objectmentor.com/resources/articles/srp.pdf Single Responsibility Principle (SRP)]
  
 
== Eclipse Tips & Tricks ==
 
== Eclipse Tips & Tricks ==

Revision as of 08:53, 17 October 2008

A collection of interesting links to articles, blogs and other resources related to software architecture. Please add your name when you add an item, for discussions.

Patterns

Concurrency

Eclipse Concurrency

Java Idioms

Design Guidelines

Eclipse Tips & Tricks

Eclipse Foundation

Outside of the Eclipse Ecosystem

Back to the top