-
Software Development
How To Develop Software Using Only SaaS
The world is fast moving to Software-as-a-Service (SaaS) and we developers are busy learning how to build SaaS applications. We…
Read More » -
DevOps
Java EE, Docker, WildFly and Microservices on Docker
If one thing survived all the New Year parties, it is Docker. It was hot at the end of 2014…
Read More » -
Core Java
Testing with files and directories in JUnit with @Rule
Testing with Files and directories in JUnit is easy thanks to TemporaryFolder @Rule. In JUnit rules (@Rule) can be used…
Read More » -
Enterprise Java
A beginner’s guide to Java Persistence locking
Implicit locking In concurrency theory, locking is used for protecting mutable shared data against hazardous data integrity anomalies. Because lock…
Read More » -
Enterprise Java
Apache TomEE + JMS. It has never been so easy.
I remember old days of J2EE (1.3 and 1.4) that it was incredibly hard to start a project using JMS.…
Read More » -
Core Java
Instances of Non-Capturing Lambdas
Roughly a month ago, I summarized Brian Goetz’ peek under the hood of lambda expressions in Java 8. Currently I’m…
Read More » -
Core Java
Java8 Sorting – Performance Pitfall
Java 8 brings all the goodness of lambdas to enable us to program using a declarative style. But is it…
Read More » -
Agile
The CHAOS Report and #NoEstimates
You know what’s the best way to start the year? Going over success rates of projects! The Standish Group has…
Read More » -
Enterprise Java
JAX-RS 2.0 : Server side Processing Pipeline
The inspiration for this post was the Processing Pipeline section in the JAX-RS 2.0 specification doc (Appendix C). I like…
Read More »