Gradle Build Tool Dockerizing Java services with Gradle and Jib This tutorial will show you how to package and publish your Java application with Docker and Google Jib.
Java Programming Cleanly handle exceptions in tests with Lambdas If you have been writing tests for some time then the following construct should be pretty familiar to you for handling test cases: @Test public void myTest() { // Test something here... try { // Test something
Java Programming Injecting CDI managed beans into Quarz jobs Quarz Job Scheduler If you have worked with enterprise applications in the past you have most likely at some point in time needed to schedule some jobs to run at either some interval
Java Programming Vaadin Eclipse plugin with Java 8 Java 8 has just been released and it is now becoming the default Java implementation on many platforms. Unfortunately Eclipse has yet to become fully Java 8 compatible which means you might encounter
Java Programming Test coverage analysis with Emma Using code coverage can be a useful tool in TDD to see how much of the code we have tested. But one should remember that it is all it measures, it does not