-
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 » -
Enterprise Java
Playing with ANTLR4, Primefaces extensions for Code Mirror and web-based DSLs
DSLs are cool things, but it wasn’t clear to me what they were good for. Then I realized they are…
Read More » -
Enterprise Java
Project Student: Simplifying Code With AOP
This is part of Project Student. Many people strongly believe that methods should fit within your editor window (say, 20…
Read More »