Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-12-25 17:30:04

Publishing a #Java-based database tool on MacAppStore (MAS)
tanin.nanakorn.com/publishing-

@teledyn@mstdn.ca
2026-02-24 17:08:21

There absolutely must be SOME way to detect WHY a #Java #Tomcat server would suddenly, after 6 years operation, spontaneously exit after 25-50 seconds of perfectly functional uptime and yet leave no #JVM hs_err crash file.
In catalina.sh debug, it logs the startup, sits idle, then the debugger reports 'disconnected'. This suggests it self-destructs, rather than an external kill - 9?

@frankel@mastodon.top
2026-02-22 09:25:43

#Java has evolved. Your code can too.
javaevolved.github.io/

@frankel@mastodon.top
2026-01-20 17:15:38

#JVM Rainbow
#Java

@teledyn@mstdn.ca
2026-02-20 01:54:04

here's an Apache #Tomcat #Java thing I'd never heard before and although a tech gave it as an excuse, I do wonder if it is true. Apparently, if a Tomcat app receives an HTTPS request and it cannot decrypt the keystore, the entire JVM crashes. I've been using Tomcat since its debut and Java since it was Oak, and I ain't never heard of THIS one before. True?
Tomcat9 on Java8 if that matters.

@frankel@mastodon.top
2026-02-22 18:33:18

#JVM timing options
#Java

3 different chronometers
@teledyn@mstdn.ca
2026-02-20 17:28:01

I am guessing no one here can confirm or deny this #java #JVM crash-on-keystore-decrypt which, if true, is a VERY SERIOUS BUG that could not be trusted in a production environment, and then has gone unfixed for decades? That does not seem very likely, does it?
As it is, keytool says there is nothing wrong with my keystore or its password, and watching the process launch I see after the init, it sits, idle, a few seconds later its Time value in top only increments the millisecs, and within a minute, it is gone, voom, not a trace in any logs as to why.
I do, truly, LOATH this technology. It is so fucking fragile; a life-sentence for the sr developers and sysadmins in production systems (that's why they often don't get holidays)

@frankel@mastodon.top
2026-02-13 17:16:24

The State of #Java on #Kubernetes 2026: Why Defaults are Killing Your #Performance

@frankel@mastodon.top
2026-02-10 09:20:56

#Java UI in 2026: The Complete Guide
robintegg.com/2026/02/08/java-

@frankel@mastodon.top
2026-01-30 17:13:33

"Integrity by Design" through Ensuring "Illegal States are Unrepresentable"
#Java

@frankel@mastodon.top
2025-12-29 18:00:05

#Java "Magic" types: The ones you can't name (non-denotable types)
linkedin.com/pulse/java-magic-

@frankel@mastodon.top
2025-12-11 09:30:04

How #Java #VirtualThreads Broke #Netflix

@eitch@mstdn.gsi.li
2025-12-07 10:04:34

I never realized how easy it is to create #PDF documents with #Java using #Apache #PDFBox. Printing with Java is just as easy…

@frankel@mastodon.top
2026-02-08 17:57:21

Today, a great guest blog post:
Rediscovering #Java #ServiceLoader: Beyond Plugins and Into Capabilities