394
Error message (programming.dev)
submitted 1 day ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 6 points 22 hours ago* (last edited 22 hours ago)

I haven't written any Java since Java 6. This makes me so happy to hear.

What about XML, and XML based configs? Is the Java ecosystem still obsessed with XML?

I remember I was once trying to learn Hibernate. After finding what I thought looked like the best tutorial, I skimmed through it and there was literally no Java code in the tutorial about a Java library! It was all XML! I never could understand it, but this was early in my career, maybe I could handle it now, maybe not.

[-] [email protected] 6 points 21 hours ago

Nah, Hibernate, Spring and most major Java frameworks have largely moved away from XML. It's still supported, but these days it's mostly configured in the code directly, with properties loaded from yaml, JSON or the environment (for containers).

The JDK ecosystem is in a pretty good spot nowadays. With Spring boot you can whip up a productions ready back-end very fast, or if you prefer a more hands-on approach there are lighter frameworks/libraries quarkus or micronaut.

The Java language itself has evolved fast and is actually pretty nice now, and if you prefer something more modern akin to TS or swift you can just use Kotlin which is almost 100% interoperable with Java.

this post was submitted on 25 Sep 2024
394 points (97.6% liked)

Programmer Humor

19267 readers
1719 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS