-
Software Development
Thinking of Building a Digital Product? Ask Yourself These Four Questions First
I sat at a Starbucks cross-legged with my laptop on my lap. I’d gone out to try and find the…
Read More » -
Core Java
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 » -
Enterprise Java
Get to Know Custom De/Serializers: JSON Binding Overview Series
The most advanced way to customize JSON Binding is with custom serializers and deserializers. JSON-B serializers and deserializers are the…
Read More » -
Agile
The Product Owner refactored: the SPO/TPO model
Surprisingly I’ve never blogged about the Strategic Product Owner / Tactical Product Owner model, this is surprising because it is…
Read More » -
Enterprise Java
Spring Data JPA Tutorial
Managing data between java classes or objects and the relational database is a very cumbersome and tricky task. The DAO…
Read More » -
Core Java
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 » -
Core Java
Java Tips: Creating a Monitoring-friendly ExecutorService
In this article we will be extending an ExecutorService implementation with monitoring capabilities. This monitoring capability will help us to measure…
Read More » -
Enterprise Java
Moving With The Times: Towards OpenAPI v3.0.0 adoption in JAX-RS APIs
It is terrifying to see how fast time passes! The OpenAPI specification 3.0.0, a major revamp of so-get-used-to Swagger specification,…
Read More » -
Enterprise Java
Get to Know Adapters: JSON Binding Overview Series
An adapter configures custom object creation and serialization by implementing the JsonbAdapter interface. The methods adaptToJson() and adaptFromJson() are overwritten…
Read More »