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"

(Concurrency)
(Concurrency)
Line 10: Line 10:
 
* [http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/ Java Concurrency in Practice] contains an excellent treatment of the issues. In a dynamic environment such as OSGi you need to be aware of the rules surrounding things such as visibility, safe publication etc.
 
* [http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/ Java Concurrency in Practice] contains an excellent treatment of the issues. In a dynamic environment such as OSGi you need to be aware of the rules surrounding things such as visibility, safe publication etc.
 
* [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf The Problem with Threads by Edward A. Lee] Often cited article explaining the problems of threading today.
 
* [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.pdf The Problem with Threads by Edward A. Lee] Often cited article explaining the problems of threading today.
=== Eclipse Concurrency ===
+
* [http://www.infoq.com/presentations/goetz-concurrency-past-present Concurrency: Past and Present by Brian Goetz] -- A one 1 presentation on Concurrency in Java.
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=245573#c12 Don't have code run in the context of the Java Classloader] (bugzilla comment by John Arthorne)
+
  
 
=== Eclipse Concurrency ===
 
=== Eclipse Concurrency ===

Revision as of 11:38, 9 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

Outside of the Eclipse Ecosystem

Copyright © Eclipse Foundation, Inc. All Rights Reserved.