Java
-
Java 8 Lambda Expressions Tutorial
Greetings! :) After a few months away I decided to come back in style :). I noticed that one of…
Read More » -
JSF: Validation at the right phase (understanding the life cycle)
Hi everyone! Although the title emphasises the word validation, this article is actually about the JSF life cycle. That’s because…
Read More » -
I Found My Java Remake!
Back in January, I wrote a post about some changes I would love to see in the Java language that…
Read More » -
Spring Batch Tutorial – The ULTIMATE Guide
This is Spring batch tutorial which is part of the Spring framework. Spring Batch provides reusable functions that are essential in processing…
Read More » -
10 Java Articles Everyone Must Read
One month ago, we’ve published a list of 10 SQL Articles Everyone Must Read. A list of articles that we…
Read More » -
CDI & EJB: Sending asynchronous mail on transaction success
Hello again! :) This time I’ve chosen a common task that most of the time, in my opinion, is done…
Read More » -
Apache Wicket with Lambda Expressions
What’s up? :) I’ve been working on some projects that thankfully use Apache Wicket for the presentation layer. It naturally…
Read More » -
Improving performance: non-blocking processing of streams
1. Introduction Imagine we have an application that needs to access an external web service in order to gather information…
Read More » -
Turning on GC logging at runtime
There is always the next JVM behaving badly. And you know by heart that if you just could have had…
Read More »