logoalt Hacker News

sidcooltoday at 1:41 PM8 repliesview on HN

Hacker news likes to dunk on Spring Boot, but its usage in enterprises is very very high.


Replies

dzongatoday at 3:07 PM

it doesn't mean that usage of something being very high is a clever idea.

lots of people take meth - so are you gonna take meth too.

```@EnableConfigurationProperties(CasConfigurationProperties.class) @EnableScheduling @ConditionalOnFeatureEnabled(feature = CasFeatureModule.FeatureCatalog.SimpleMFA) @AutoConfiguration @Import({ CasSimpleMultifactorAuthenticationComponentSerializationConfiguration.class, CasSimpleMultifactorAuthenticationConfiguration.class, CasSimpleMultifactorAuthenticationEventExecutionPlanConfiguration.class, CasSimpleMultifactorAuthenticationMultifactorProviderBypassConfiguration.class, CasSimpleMultifactorAuthenticationRestConfiguration.class, CasSimpleMultifactorAuthenticationTicketCatalogConfiguration.class, CasSimpleMultifactorAuthenticationWebflowConfiguration.class }) public class CasSimpleMultifactorAuthenticationAutoConfiguration { }```

this is what we mean by "JavaCulture" - java | JVM really wonderful things but the culture is what sets these things back

someone can't just go in and understand things - they have to understand a bunch of notations too.

then if you work at a place and try do things differently the same people will tell you to revise your PR cz it ain't software engineering (or it won't scale)

show 4 replies
geodeltoday at 1:59 PM

Huh, Enterprise usage of Blackberry was very very high and then it was not. And at one point SOA, SOAP/WSDL/XML usage was very very high and now I am told in my very enterprise job I'd be fired if I dared bring those names up.

Usage being high doesn't say anything about quality or suitability of a product specially in enterprise settings.

the_gipsytoday at 3:17 PM

Cuisine Magazine likes to dunk on McDonalds, but its the most popular choice of dining.

dukeyukeytoday at 2:59 PM

Even in startups, lots of places are on Spring Boot (albeit more often using Kotlin over Java).

show 1 reply
tonyedgecombetoday at 1:55 PM

Yes but enterprise software is some of the worst software you will encounter.

show 1 reply
nilamotoday at 2:25 PM

I'm not that deep into Java, but I was under the impression that things like Quarkus were starting to replace Spring in enterprise use...

show 1 reply
fiftyacorntoday at 1:44 PM

it saves a lot of reinventing the wheel

show 1 reply
smrtinserttoday at 3:36 PM

And startups not in the SV echo chamber. They happily exist and make money without worrying about supply chain attacks and js engine of the week.