←back to thread

74 points holmofyHu | 2 comments | | HN request time: 2.296s | source
Show context
29athrowaway ◴[] No.41276823[source]
Java and Spring = an effort multiplier. It makes you spend more effort to obtain the same you would with other tech stacks.

Massive amounts of boilerplate and slow build times.

There are better ideas out there.

replies(4): >>41277001 #>>41277022 #>>41277568 #>>41279623 #
pjmlp ◴[] No.41277022[source]
Spring is for when doing projects with teams of several digits team size, with offshoring and several consulting agencies.

Don't use it when WordPress does the job.

replies(2): >>41277649 #>>41282865 #
1. nurettin ◴[] No.41277649[source]
Why even use spring when you have spring boot which lets you get up and running with an orm and automatic migrations under 100 loc?
replies(1): >>41278012 #
2. pjmlp ◴[] No.41278012[source]
I guess I am an old dog that never bothered with Spring Boot, so hard to answer.