• Home
Menu
Topic 45 Posts

Java

Newer Posts Page 4 of 6 Older Posts

Reactive Streams example - Java 9

By Mohammed Aboullaite in Java on 29 Jan 2018

A hands-on Reactive Streams example in Java 9: publishers, subscribers, and the Flow API demonstrated by streaming tweets.…

A gentle introduction to CDI 2.0 in Java SE

By Mohammed Aboullaite in Java on 29 Dec 2017

A gentle introduction to CDI 2.0 in Java SE: bootstrap Weld outside an app server and use dependency injection in plain Java.…

Configuring sleuth valve for Tomcat - Spring Boot

By Mohammed Aboullaite in Java on 17 Dec 2017

Configure a Spring Cloud Sleuth valve for embedded Tomcat to trace requests across microservices with consistent IDs in logs.…

Continuous deployment with Maven, Jenkins and WAS

By Mohammed Aboullaite in Java on 09 Dec 2017

Set up continuous deployment to WebSphere Application Server with Maven and Jenkins: plugin setup, jars, and pipeline configuration.…

Yo! Avoid finalizers.

By Mohammed Aboullaite in Java on 13 Sep 2017

Why you should avoid Java finalizers: unpredictable, dangerous, and unnecessary. What Effective Java item 7 means in practice.…

Understanding JIT compiler (just-in-time compiler)

By Mohammed Aboullaite in Java on 31 Aug 2017

How the Java JIT compiler works: bytecode to native code, C1/C2 tiers, and why the compiler matters most for JVM performance.…

Generate custom QRCode with logo image using zxing

By Mohammed Aboullaite in Java on 24 Aug 2017

Generate custom QR codes with a logo overlay in Java using ZXing, exposed as a small Spring REST service.…

Service registration & discovery with Spring Cloud Netflix - Eureka

By Mohammed Aboullaite in Java on 18 Aug 2017

Service registration and discovery with Spring Cloud Netflix Eureka: server setup, client registration, and failover basics.…

Newer Posts Page 4 of 6 Older Posts
Laytoun' thoughts! © 2026 System Published with Ghost and Attila