No Image

Java 101: Java concurrency without the pain, Part 2

13 8 月, 2013 Jeff Friesen 0

The Java Concurrency Utilities are high-level concurrency types that facilitate threading tasks especially on multicore systems. Part 1 of this introduction featured java.util.concurrent’s Executor framework, synchronizer types, and Java Concurren…

No Image

Java 101: Java concurrency without the pain, Part 2

13 8 月, 2013 Jeff Friesen 0

The Java Concurrency Utilities are high-level concurrency types that facilitate threading tasks especially on multicore systems. Part 1 of this introduction featured java.util.concurrent’s Executor framework, synchronizer types, and Java Concurren…

No Image

Java 101: Java concurrency without the pain, Part 1

20 6 月, 2013 Jeff Friesen 0

With the increasingly complexity of concurrent applications, many developers find that Java’s low-level threading capabilities are insufficient to their programming needs. In that case, it might be time to discover the Java Concurrency Utilities. …

No Image

Java 101: Java concurrency without the pain, Part 1

20 6 月, 2013 Jeff Friesen 0

With the increasingly complexity of concurrent applications, many developers find that Java’s low-level threading capabilities are insufficient to their programming needs. In that case, it might be time to discover the Java Concurrency Utilities. …

No Image

Log4j orthogonality by example

1 5 月, 2013 Jens Dietrich 0

Orthogonality is a concept often used to describe modular and maintainable software, but it’s more easily understood by way of a case study. In this article, Jens Dietrich demystifies orthogonality and some related design principles by demonstrating…

No Image

Log4j orthogonality by example

1 5 月, 2013 Jens Dietrich 0

Orthogonality is a concept often used to describe modular and maintainable software, but it’s more easily understood by way of a case study. In this article, Jens Dietrich demystifies orthogonality and some related design principles by demonstrating…

No Image

Log4j orthogonality by example

1 5 月, 2013 Jens Dietrich 0

Orthogonality is a concept often used to describe modular and maintainable software, but it’s more easily understood by way of a case study. In this article, Jens Dietrich demystifies orthogonality and some related design principles by demonstrating…