-
Software Development
Open Source Completely Underestimates Contributor License Agreements
Reddit’s /r/ProgrammerHumor has recently treated us to this politically incorrect and quite childish little Open Source rant …
Read More » -
Software Development
Services, Microservices, Nanoservices – oh my!
Apparently there’s this new distributed architecture thing called microservices out and about – so last week I went ahead and…
Read More » -
Core Java
Oracle Drops Collection Literals in JDK 8
In a posting on the OpenJDK JEP 186 Oracle’s Brian Goetz informs that Oracle will not be pursuing collection literals…
Read More » -
Enterprise Java
Testing Lucene’s index durability after crash or power loss
One of Lucene’s useful transactional features is index durability which ensures that, once you successfully call IndexWriter.commit, even if the…
Read More » -
Core Java
Attempt to map WCF to Java terms
By writing this post I’m taking a huge risk of being rejected by both .NET and Java communities. This is…
Read More » -
Software Development
MongoDB 2.6 is out
Introduction MongoDB is evolving rapidly. The 2.2 version introduced the aggregation framework as an alternative to the Map-Reduce query model.…
Read More » -
Core Java
Yet another way to handle exceptions in JUnit: catch-exception
There are many ways of handling exceptions in JUnit (3 ways of handling exceptions in JUnit. Which one to choose?,…
Read More » -
Core Java
Java Rocks More Than Ever
On the TIOBE index, Java and C have been sharing the #1 and #2 rank for a long time now,…
Read More » -
Core Java
15 Must Read Java 8 Tutorials
Java 8 was released last month and is just chock-full of new features and behind-the-scenes optimizations. The internet has been…
Read More »