←back to thread

257 points pmig | 1 comments | | HN request time: 0s | source
Show context
blibble ◴[] No.43096501[source]
seems to be mostly criticism of spring rather than java

the company behind spring should ruin go by porting their crappy library to it

(oh look, it's broadcom....)

replies(2): >>43096565 #>>43097365 #
computerdork ◴[] No.43097365[source]
Agreed, the spring framework is completely against the spirit of Java. Yeah, auto-wiring was a terrible idea - why do I have to guess what components are going to be pulled in? And why do I have to figure this out a runtime?

The features of Spring Boot are nice, but Spring itself should probably be put out to pasture. Someone needs to write a good alternative to Spring and start promoting it like crazy (probably something exists).

replies(1): >>43097801 #
bdangubic ◴[] No.43097801[source]
went to springone conference in vegas in 2016. eight years later, there are still no good alternatives :)
replies(2): >>43097879 #>>43098596 #
re-thc ◴[] No.43098596[source]
> eight years later, there are still no good alternatives

Micronaut? Quarkus? Depends on what you need.

replies(2): >>43101824 #>>43104154 #
1. computerdork ◴[] No.43104154[source]
Will take a look:)