Java
-
JUnit vs TestNG: Which Testing Framework Should You Choose?
JUnit vs TestNG: The testing frameworks showdown Testing is an inseparable part of the software release cycle in well balanced…
Read More » -
Generating bytecode
In this post we are going to see how to generate bytecode for our language. So far we have seen…
Read More » -
Replacing legacy Java EE application servers with microservices and containers
Lightbend recently ran a survey with more than 2000 JVM developers and the results just got published. The survey was…
Read More » -
Arquillian Chameleon for the sake of simplicity
When using Arquillian, one of the things you need to do is defining under which container you want to execute all…
Read More » -
JavaOne 2016 Essentials: 7 Events and Sessions That You Shouldn’t Miss
Attending JavaOne? Make sure you don’t miss out on these events It’s that time of year again. The annual Java…
Read More » -
Platform Strategy: From Portlets to OpenSocial Gadgets to Progressive Web Apps: State of the Art
Introduction As the world was still at Java’s hand we often define what so called a component-based platform. I had this…
Read More » -
Painful Reminder of Java Date Nuances
I don’t need to use java.util.Date much anymore these days, but recently chose to do so and was reminded of…
Read More » -
Spring boot with Spring Security and jdbc Part 2
On a previous post we implemented security based on the default table schemas that Spring Security issues requests. Considering users…
Read More » -
Java 9 module-info Files in the Eclipse IDE
Note that this post is not intended to be a status update; it’s just a quick update based on some…
Read More »