Back Issues This Week → Popular →

All issues › Archive

SF IT Java — Archive

16 articles

Tuesday, January 27th, 2026: 11:30 AM to 1:00 PM EST

Deploying to production with confidence (Jan. 27th)

Vol 334 · Issue 3 · 2026-01-23

How many times have we asked ourselves if it is a good idea to release to production on a Friday afternoon? Is the production software sufficiently robust and/or resilient to vulnerabilities? How can we detect and correct security problems in production? Better yet, how can we prevent such problems or attacks?

more →
Deploying to production with confidence (Jan. 27th)

Tuesday, February 4th, 2025: 6:30 PM to 8:30 PM

AI for Busy Java Developers

Vol 322 · Issue 5 · 2025-01-31

Yep, we know you're knee-deep in production Java deployments and don't exactly have time to learn about AI. But your manager is talking more about AI every day, and you're reading unsettling posts about how GenAI will take your job.

more →
AI for Busy Java Developers

Tuesday, January 14th, 2025: 11:30 AM to 1:00 PM

Introduction to Pi4J (Java on Raspberry Pi)

Vol 322 · Issue 2 · 2025-01-10

Java is not only the server language running on heavy machines! You can do amazing stuff with it on a small single-board computer and gain new knowledge simultaneously, like controlling electronic components and different communication protocols.

more →
Introduction to Pi4J (Java on Raspberry Pi)

Thursday, October 17th, 2024: 5:30 PM to 7:00 PM

Java Version API use cases

Vol 319 · Issue 2 · 2024-10-11

The Java Version API (java.lang.Runtime.Version) was introduced in version 9. The API allows numeric runtime version information to be retrieved inside a running Java application.

more →
Java Version API use cases