Core Java
-

Why debugging in production is so tempting?
Debugging in Production Why debugging in production is so tempting? In one of my first jobs, one of the tasks…
Read More » -

Java Stream ORM Now with JOINs
Speedment is a Java Stream ORM Toolkit and Runtime that allows you to view database tables as standard Java Streams.…
Read More » -

A wicked Java trick to make the JVM forget to check exceptions
I’ve long time been a critic of the mechanism of compiler checked exceptions in Java. Whether you love them or…
Read More » -

Templating with Rocker
In this post we will have a quick look at Rocker, a statically typed and fast Java 8 template engine.…
Read More » -

Java’s @Serial Annotation
The JDK may be getting another standard (predefined) annotation with JDK 11: @Serial. JDK-8202385 [“Annotation to mark serial-related fields and…
Read More » -

Updates on Records (Data Classes for Java)
There have been several updates related to “Java Data Classes” (AKA “Records”) in recent months. As I briefly mentioned in…
Read More » -

[MEGA DEAL] 2018 Essential JavaScript Coding Bundle (96% off)
The Ultimate Guide (29+ Hours, 900+ Pages!) to Learning the World’s Most Important Web Development Language Hey fellow geeks, This…
Read More » -

Faster Repeated Access to Java Class Names Coming to Java?
Claes Redestad has posted the message “RRF: 8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue” on the…
Read More » -

New Methods on Java String with JDK 11
It appears likely that Java’s String class will be gaining some new methods with JDK 11, expected to be released…
Read More »

