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"

Line 20: Line 20:
 
* [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)
  
== Tips & Tricks ==
+
== Eclipse Tips & Tricks ==
 
* [[Ninja]] - Eclipse Debugging Tips
 
* [[Ninja]] - Eclipse Debugging Tips
 
* [http://michaelscharf.blogspot.com/2006/10/tip-debug-and-patch-at-runtime.html Debug and patch a runtime Eclipse] (Blog by Michael Scharf)
 
* [http://michaelscharf.blogspot.com/2006/10/tip-debug-and-patch-at-runtime.html Debug and patch a runtime Eclipse] (Blog by Michael Scharf)
Line 31: Line 31:
 
== Outside of the Eclipse Ecosystem ==
 
== Outside of the Eclipse Ecosystem ==
 
* Microsoft's [http://blogs.msdn.com/jmeier/archive/2008/09/02/patterns-practices-app-arch-guide-2-0-project.aspx patterns & practices Application Architecture Guide 2.0 Project] for .NET
 
* Microsoft's [http://blogs.msdn.com/jmeier/archive/2008/09/02/patterns-practices-app-arch-guide-2-0-project.aspx patterns & practices Application Architecture Guide 2.0 Project] for .NET
 +
* [http://stackoverflow.com/ Stackoverflow.com] - Questions and Answers for everything related to programming

Revision as of 05:48, 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

Eclipse Tips & Tricks

Eclipse Foundation

Outside of the Eclipse Ecosystem

Back to the top