-
Software Development
The Joel Test Updated For Programmers
A while back—the year 2000 to be exact—Joel Spolsky wrote a blog post entitled: “The Joel Test: 12 Steps to…
Read More » -
Core Java
Default methods and multiple inheritance
Recently Lukas JOOQ Eder posted and article about nested classes and their use. This is an interesting topic and his…
Read More » -
Enterprise Java
OSGi Service Test Helper: ServiceRegistrationRule
OSGi Service Tests can be an efficient means to avoid problems related to dangling service references. As promised in my…
Read More » -
Enterprise Java
JPA Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive JPA Tutorial. The Java Persistence API (JPA) is a Java programming…
Read More » -
Core Java
How to detect and diagnose slow code in production
One of the more difficult tasks that a developer faces is finding and diagnosing slow running code in production. Firstly…
Read More » -
Software Development
Continuous Integration, Delivery or Deployment with Jenkins, Docker and Ansible
This article tries to provide one possible way to set up the Continuous Integration, Delivery or Deployment pipeline. We’ll use…
Read More » -
Software Development
Microservices Maturity: Dogma or Dogfooding? You Decide…
I’ve received some great feedback after posting my proposal for a microservice maturity/classification model last week, some positive, and some…
Read More » -
Software Development
R: Weather vs attendance at NoSQL meetups
A few weeks ago I came across a tweet by Sean Taylor asking for a weather data set with a…
Read More » -
Desktop Java
How To Write a NetBeans Plugin
Want to add a feature or automate something in your NetBeans IDE? Follow along as we write your first plugin…
Read More »