this post was submitted on 03 Jan 2024
11 points (69.0% liked)

Programming

19147 readers
51 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Explore different Java frameworks such as Java 21, Quarkus, Spring Boot, Maven, JUnit 5, and Testcontainers.

top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (2 children)
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

…that’s a language.

Think Spring Boot or Play or Grails, etc.

Edit> Nevermind, the title here didn’t properly reflect the title of the article. Kotlin is very valid as part of the stack of development in Java. My apologies for my pedantry :)

[–] [email protected] 1 points 1 year ago (2 children)

I'm not a huge fan of Kotlin. Overall it's fine, but in my opinion it tries to do too many cool things. It feels like a playground for language authors.

[–] [email protected] 2 points 1 year ago

My view on it as an Android dev: it's a powerful language that has stripped back all the boilerplate and crustiness of Java into concise and expressive functional programming.

I dislike how much I write to say very little in Java.

It does mean that there is a lot more of a learning curve to Kotlin.

[–] [email protected] 1 points 1 year ago

Every language is a playground for language authors, that's how they develop.

[–] [email protected] 3 points 1 year ago (1 children)

l wouldn't call half of these java frameworks

[–] [email protected] 5 points 1 year ago (1 children)

In fairness, the actual title of the article is "What's Your Go-To Java Stack [emphasis mine]".

[–] [email protected] 1 points 1 year ago

Ah just read the post title. Thanks for the correction!

[–] [email protected] 2 points 1 year ago

Currently Java 11 + Spring Boot + Hibernate/JPA. The hope is to get rid of the legacy Play Framework crap so we can move to the latest Java LTS and get fully up to date with Spring Boot.

[–] [email protected] 1 points 1 year ago

a handmade mug. it frames the java nicely

[–] [email protected] -3 points 1 year ago

Null pointers, runtime exceptions and try catch blocks in 2023