Java
-
Playing with JDK 12’s Switch Expressions
In the blog post “JDK Language Feature Preview in Action: Switch Expressions,” I discussed how JEP 325 [“Switch Expressions (Preview)”]…
Read More » -
TIP: Activate via URL and Send Arguments
The most secure password in the world is the one that doesn’t exist. You remove the user from the equation…
Read More » -
Learn why this intuitive Tool is the Universal Team Management Tool for your Team
Every project management tool seeks to do the same instrumental thing: keep teams connected, on task and on deadline to…
Read More » -
Spock 1.2 – hassle-free Spring beans mocking in integration tests
Discover how to automatically inject Spock’s mocks and spies into the Spring context using Spock 1.2. Stubs/mocks/spies in Spock (and…
Read More » -
Knative Serving – Service to Service call
In a previous post I had covered using Knative’s Serving feature to run a sample Java Application. This post will…
Read More » -
Spring Data Pivotal Gemfire Tutorial
1. Spring Data Pivotal Gemfire – Introduction In this post, we feature a comprehensive Tutorial on Spring Data Pivotal Gemfire.…
Read More » -
JDK Language Feature Preview in Action: Switch Expressions
JEP 12 [“Preview Language and VM Features”] is described on its main page as follows: A preview language or VM…
Read More » -
Fluent Design Style Button, Toggle Button and Tooltip For Java, JavaFX
Hi again! This weekend, during my spare time, I’ve continued work on JMetro. The end result is a new Button…
Read More » -
Nested classes and private methods
When you have a class inside another class they can see each others private methods. It is not well known…
Read More »