-
Desktop Java
JavaFX Tip 30: ScrollPane with DropShadow
In one of my projects I recently noticed that it was hard for the user to see whether the content…
Read More » -
Core Java
Machine Learning in Java, part 2
Welcome to the second part of the tutorial for scoring your PMML files using LightningScorer, which is a side project…
Read More » -
Core Java
Functional Java by Example | Part 4 – Prefer Immutability
This is part 4 of the series called “Functional Java by Example”. In previous part we talked a bit about…
Read More » -
Desktop Java
JavaFX Tip 29: Make Layouts Ignore Invisible Nodes
Back in the days when I was still implementing UIs in Swing I used to be a big fan of…
Read More » -
Core Java
Go Full Stack with Java in a Jiffy
Here is a look at how you can write a full stack database web application without using SQL, HQL, PHP,…
Read More » -
Core Java
Infinite Sets in Java 9
A Set A Set is a collection of elements whereby any given element in the Set only appears once. More…
Read More » -
Core Java
JDK 11: Beginning of the End for Java Serialization?
In the blog post “Using Google’s Protocol Buffers with Java,” I quoted Josh Bloch’s Third Edition of Effective Java, in…
Read More » -
Core Java
JDK 8 BigInteger Exact Narrowing Conversion Methods
In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntExact(Long) to exactly convert a…
Read More » -
Core Java
Java 8 language features in Nutshell – Part 1
Hello Friends, It has been quite long when Java 8 was released and now it is getting used more and…
Read More »