TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Netflix Standardizes on Spring Boot as Java Framework

30 pointsby richardsover 6 years ago

5 comments

farazbabarover 6 years ago
My personal favorite is <a href="https:&#x2F;&#x2F;vertx.io" rel="nofollow">https:&#x2F;&#x2F;vertx.io</a> because it is a little more transparent in how it works and the Rx abstractions are something I was familiar with when I started using it. Not to mention springboot did not offer reactive programming until fairly recently whereas vertx has been reactive from day 1, rxjava or not.<p>I will take another look at springboot just to see what the fuss is about. I am a bit surprised that netflix did not come up with their own light weight backend framework based on netty.
o4435942over 6 years ago
As a developer that worked mostly for companies that really like to build stuff in-house, it was my understanding that startups build on top of frameworks to be scrappy &#x2F; create the most value per hour of work, and large businesses create their own frameworks &#x2F; tooling, mainly because they have very specific needs.<p>Is my understanding wrong? Or, maybe this is mostly a PR thing?<p>PS: They do mention that they used to make in-house tooling, but then why transition? How is depending on a codebase that you have less control over an option when you have Netflix resources?
评论 #18713234 未加载
rafaelvascoover 6 years ago
Spring Boot has been the de-facto standard standard in the industry for years. Java newbs even associate it with Java Backend. There&#x27;s nothing else.
lucidoneover 6 years ago
If I&#x27;m a developer whose primary expertise is in Node with a smattering of Laravel and Rails, what should I be expecting if I decide to write an api with Spring Boot and Java? I&#x27;ve been curious for a while (Java performs very well on most benchmarks, and it looks great on a resume), and I&#x27;ve identified Spring Boot and Vertx as the two main web frameworks in Javaland.
openbasicover 6 years ago
Slow.
评论 #18711616 未加载