Entries Tagged as 'java'
January 12th, 2008 · 1 Comment
This is the first part in what is planned to be a loosely-coupled series of articles on current developments in mainstream programming languages.
Topics include:
Evolution of Java
New abstractions in programming languages
The functional turn
Scala: „The next programming language™”
Generics in Java
When I started to program Java 5 professionally after some years of blissful absence from the Java world, [...]
[Read more →]
Tags: java · lang:en · programming
Im Licht der neulichen Python-Experimente muss man die Concurrency-Bibliothek von Java 1.5 [↪] sehr lobend erwähnen. Wenn man das manuelle Erstellen von Threads und das mühsame Kommunizieren über Locks oder blocking queues gewöhnt ist, dann ist der CompletionService zusammen mit Callables eine sehr elegante und codesparende API, um parallele Programme im producer-consumer scheme zu implementieren.
Der [...]
[Read more →]
Tags: java · lang:de · programming · work