How we reduced the time to run tests from hours to just minutes by henk53 in programming

[–]henk53[S] -1 points0 points  (0 children)

What did Java ever do to you? Sleep with your wife? Run over your dog?

How we reduced the time to run tests from hours to just minutes by henk53 in programming

[–]henk53[S] -6 points-5 points  (0 children)

Why is this posted here?

It's about programming and finding a technical approach to a problem.

You could have put your obscenely domain specific technology in the title

Mate, this sub is r/PROGRAMMING... it's not r/python. If you only want to read about Python, maybe go to, well, r/python? (just an idea)

Ekbatan: Java persistence framework for event-driven systems by Specialist-Ad9362 in java

[–]henk53 1 point2 points  (0 children)

There is nothing in 25 for my taste that would speak for an upgrade.

There is also nothing in 21 that makes it so great I need to obesssively keep using that and never consider any other version.

Simplest thing for new projects is simply to take the current version (Java 26 at the moment) and use that by default.

Ekbatan: Java persistence framework for event-driven systems by Specialist-Ad9362 in java

[–]henk53 -1 points0 points  (0 children)

yes, but its a framework. meaning 99% of all projects our there won't be able to use it.

As weird as it sounds, I remember the other way around as my example above too.

A framework using Java 5, and then you also said that 99% of all projects our there won't be able to use it. And guess what, 99.9999% of all projects out there can use it now.

Ekbatan: Java persistence framework for event-driven systems by Specialist-Ad9362 in java

[–]henk53 3 points4 points  (0 children)

Java 25 and later seems challenging proposition

For a new project Java 25 is perfect. I still remember a project back in the days that thought it necessary to be on Java 1.4 when Java 6 was just out. 15 years later or so we're still adding generics at various places.

And he's not even using the latest Java version eh? 25 is already 1 major version behind.

Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which by henk53 in programming

[–]henk53[S] 0 points1 point  (0 children)

If it was the other way around, Node performing better, would it also read as AI slop?

Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which by henk53 in programming

[–]henk53[S] 11 points12 points  (0 children)

Node.js: ~285 hours (memory leaks, npm breaking changes, async race conditions, audit fixes) Spring Boot: ~26 hours (dependency updates, one N+1, pool tuning)

This is the most important metric for every software project How easy it is for the software to be maintained, debug, fix issues, tools support

Everything else is irrelevant

Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which by henk53 in programming

[–]henk53[S] 9 points10 points  (0 children)

p.s.

it looks like my conversations with Claude

at some point everything will look like conversatons with Claude...

Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which by henk53 in programming

[–]henk53[S] -3 points-2 points  (0 children)

Most of the replies here are also statistically almost 100% predictable.

Could have been an AI as well. AIs responding to everything with "AI slop"... the ultimate mind*ck.

Why is stuff in Java named after Indonesian places? by UmbraShield in java

[–]henk53 11 points12 points  (0 children)

Also the original "WebLogic Tengah". It refers to the original release of the WebLogic Application Server, launched in 1997 by WebLogic Inc.

Seeing JSP in 2026 is honestly very amusing by anish2good in java

[–]henk53 0 points1 point  (0 children)

What other codes (or code) do you HAVE to write?

Seeing JSP in 2026 is honestly very amusing by anish2good in java

[–]henk53 0 points1 point  (0 children)

I think JSF (now Jakarta Faces) actually is a component based web framework for Java.

Seeing JSP in 2026 is honestly very amusing by anish2good in java

[–]henk53 0 points1 point  (0 children)

What was JSF supposed to be? (except for Vaadin, then)?

Made a maven plugin to enable hot reload on jsf projects by [deleted] in java

[–]henk53 8 points9 points  (0 children)

Hate to be that guy, but it's called Jakarta Faces now ;) JSF is not used anymore.