-
Enterprise Java
WildFly 8 vs. GlassFish 4 – Which Application Server to Choose
It’s been a while since my last blog. I’ve obviously been busy with different things including my main job. After…
Read More » -
Software Development
Some Of My Mostly Used Development Mantras (1/2)
Statement: I assume it works this way! Mantra: assumption is the mother of all fuckups Let’s start with this short…
Read More » -
Agile
No Business Case == Project Failure
A business case comes between a bright idea for a software project and the creation of the software project. To…
Read More » -
Enterprise Java
Using jOOQ with Spring: Code Generation
As we might remember from the first part of this tutorial, jOOQ states that jOOQ generates Java code from your…
Read More » -
Career
Recruiter Job Posts, Explained
Over the years I’ve seen several complaints about the way agency recruiters write job posts, so I thought it might…
Read More » -
Core Java
Java 8 will use Transport Level Security (TLS) 1.2 as default
Transport Level Security (TLS) 1.2 will be set by default to the next version of standard Java, that is coming…
Read More » -
Core Java
Java Interview Reference Guide – Part 1
JAVA Object Oriented Concepts Java in based on Object Oriented concepts, which permits higher level of abstraction to solve any…
Read More » -
Enterprise Java
FindBugs Maven Plugin Tutorial
FindBugs is a static code analysis tool which identifies problems found from Java code. We can integrate FindBugs into our…
Read More » -
Enterprise Java
Project Student: Maintenance Webapp (editable)
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More »