Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Patterns)
Line 3: Line 3:
  
 
== Patterns ==
 
== Patterns ==
* [http://michaelscharf.blogspot.com/2006/09/dependency-injection-pattern.html The Dependency Injection Pattern: an alternative to Factories and Service Locators] (Blog by Michael Scharf)
+
* [http://michaelscharf.blogspot.com/2006/09/dependency-injection-pattern.html The Dependency Injection Pattern: an alternative to Factories and Service Locators] (Blog by Michael Scharf).  See also [http://www.theserverside.com/tt/articles/article.tss?l=SpringFramework Introduction to the Spring Framework] (article by Rod Johnson) for a discussion of IoC and DI.
  
 
== Concurrency ==
 
== Concurrency ==

Revision as of 09:32, 6 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

Tips & Tricks

Eclipse Foundation

Back to the top