A gentle introduction to CDI 2.0 in Java SE
A gentle introduction to CDI 2.0 in Java SE: bootstrap Weld outside an app server and use dependency injection in plain Java.…
A gentle introduction to CDI 2.0 in Java SE: bootstrap Weld outside an app server and use dependency injection in plain Java.…
Configure a Spring Cloud Sleuth valve for embedded Tomcat to trace requests across microservices with consistent IDs in logs.…
Set up continuous deployment to WebSphere Application Server with Maven and Jenkins: plugin setup, jars, and pipeline configuration.…
Why you should avoid Java finalizers: unpredictable, dangerous, and unnecessary. What Effective Java item 7 means in practice.…
How the Java JIT compiler works: bytecode to native code, C1/C2 tiers, and why the compiler matters most for JVM performance.…
Generate custom QR codes with a logo overlay in Java using ZXing, exposed as a small Spring REST service.…
Service registration and discovery with Spring Cloud Netflix Eureka: server setup, client registration, and failover basics.…
Get started with built-in NLP for Messenger bots: enable it, customize with Wit.ai, and build a weather bot in Java.…