-
Software Development
Tips for a friendly open source experience
Open source has moved from being an important actor in software development to being central for plenty of people, especially…
Read More » -
Core Java
Java 8 Streams: filter and predicate negation
Recently there was an interesting discussion on the use of predicate negation in the .filter method on a stream by…
Read More » -
Core Java
Using a reactive stream as a data source for Drools
A few months ago we started redesigning the Drools lowest level executable model and making it accessible to end user…
Read More » -
Enterprise Java
My personal CRUD story – or how i came to CUBA platform
In this blog post i’d like to lay out how i came to the CUBA platform and what the benefits…
Read More » -
Software Development
Tell, don’t ask
about rules and principles Some time ago I wrote about the Law of Demeter, about the advantages of following this…
Read More » -
Core Java
Eclipse IDE on JDK 9 Early Access with Project Jigsaw
I wrote a few weeks ago about getting Eclipse Neon running on Java 9 (though, I had mistakenly and embarrassingly left “Mars”…
Read More » -
Software Development
Emotion-Based Computing: What It Is and How You Can Benefit
Emotions should not be discarded as a distraction. Understanding a pattern in a user’s emotion is important in order for…
Read More » -
Desktop Java
When to use JavaFX instead of HTML
The one question that JavaFX aficionados like myself are facing over and over again is the question when (or why) to use JavaFX…
Read More » -
Core Java
From Arrays to Streams and Back with Java 8
Not long ago we upgraded some Eclipse plug-in projects to Java 8. And never looked back since. Among many other…
Read More »