Languages running on virtual machines were developed to make deployment on any platform easy. But this ability no longer matters when your… (more…)
Read more »
I’ve previously looked at the likes of Spring Boot and how comparatively bloated it could be considered for simple microservices. One of… (more…)
Read more »
Every now and then I get my hands on a Java project that requires to talk to a database. Depending on who of my team mates I'm talking to, database experts or Java developers, there exist different views on how to model and access data. In my early days a... (more…)
Read more »
Java Champions respond to Register Article on Oracle Pursuit of Java SE Licensing Fees TL;DR Using Oracle's Java SE for developing programs and running them in production on general purpose computing machinery is free of financial obligation to Oracle. In...
Read more »
Xstream is an old but still a good framework for serialization. Definitely, there are faster libraries however Xstream still lightweight an... (more…)
Read more »