←back to thread

257 points pmig | 3 comments | | HN request time: 0.519s | 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 #
1. 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 #
2. mattgreenrocks ◴[] No.43101824[source]
Quarkus seems pretty good overall. No real issues with it.

Still more config than I'd like but that comes down to the fact it is more for services than MPA webapps.

3. computerdork ◴[] No.43104154[source]
Will take a look:)