See how to get started with writing stream processing algorithms using Apache Flink. by reading a stream of Wikipedia edits and getting some meaningful data out of it.
If you've been following software development news recently you probably heard about the new project called Apache Flink. I've already written about it a bit...
In this post, we take a look at some of the most common and well-known logging frameworks available in Java to see what you should consider for your projects.
Java 1.9 does not like reflection as much as previous versions, and access to proprietary packages is not possible out of the box. Here's one way to adapt.