Comprehensive Ecosystem
Spring offers a wide range of tools and frameworks to cover almost every aspect of modern web application development, including Spring Boot, Spring Data, Spring Security, and more.
Strong Community and Documentation
The Spring ecosystem has a large, active community and extensive, well-maintained documentation and tutorials which make it easier to find solutions and learn best practices.
Flexibility and Modularity
Spring’s modular architecture allows developers to pick and choose only the components they need, resulting in lightweight applications that avoid unnecessary overhead.
Enterprise-level Features
Spring is designed with enterprise applications in mind, providing features like transaction management, security, and robust data handling out-of-the-box.
Integration Capabilities
Spring integrates well with other technologies and frameworks, such as Hibernate for ORM, Thymeleaf for templating, and various messaging and cloud-based services.
Inversion of Control (IoC) and Dependency Injection (DI)
Spring’s core features IoC and DI make it easier to manage system complexity by handling the creation and management of dependencies, which enhances testability and code quality.
Promote Spring. You can add any of these badges on your website.
But Javas has so many of these web frameworks?! * Spring (https://spring.io/) * Spring Boot (https://spring.io/projects/spring-boot) * Helidon (https://helidon.io/) * Micronaut (https://micronaut.io/) * Quarkus (https://quarkus.io/) * JHipster (https://www.jhipster.tech/) * Vaadin (https://vaadin.com/) That's just to mention the bigger ones, there's lots of mini frameworks like Javalin (https://javalin.io/) and... - Source: Hacker News / 2 months ago
Spring Boot simplifies Java backend development by providing a pre-configured setup. It's based on Controllers, Services, and Repositories. Controllers handle HTTP requests and routes. Services control the business logic flows. Repositories handle database operations. Check out the official spring documentation at spring.io. - Source: dev.to / 4 months ago
Two of the most famous Java server frameworks, namely Spring and Quarkus, provide CLIs for improving DX. - Source: dev.to / over 1 year ago
Being more specific, our projects are being written with Spring framework. Source: over 1 year ago
Order delivery performance is a crucial metric for any business that sells products online. It reflects the efficiency and effectiveness of the order fulfillment process and directly impacts customer satisfaction. To analyze order delivery performance, businesses need to track key performance indicators (KPIs) such as delivery time, order accuracy, and delivery cost. In the scope of this article, we will create a... - Source: dev.to / almost 2 years ago
Apart from the actual spring.io documentation which is pretty good, there's Baeldung which is my personal go-to for anything Spring Boot related. Source: almost 2 years ago
Then there are many youtube videos, but I recommend that after you learn from the above, start with simple tutorials on the official spring.io site. Build something simple like a form which the user submits. Then enhance it by connecting to a database and insert the user submitted values into the database. Go step by step. You will learn Spring very quickly. Source: almost 2 years ago
Spring Framework is basically a framework that can be used for developing various types of applications with the help of Java platforms. - Source: dev.to / about 2 years ago
Can't speak for them, but it feels like every mature language/runtime out there has a framework or two that are popular. Ruby has Rails: https://rubyonrails.org/ Python has Django: https://www.djangoproject.com/ Node has Express: https://expressjs.com/ PHP has Laravel: https://laravel.com/ Java has Spring (nowadays Spring Boot in particular): https://spring.io/ .NET has ASP.NET:... - Source: Hacker News / almost 2 years ago
Here is also the blog post from spring.io: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter. Source: about 2 years ago
If you want to do web apps, I'd recommend Django (a python framework) https://docs.djangoproject.com/en/4.1/, but you can do Rails, or Phoenix, or Spring Boot, or whatever. It doesn't terribly matter *which* one you do, as they share characteristics, and, chances are, your company will be using a different one :). Just pick one and go. You can do it. You know a lot more than you think. Source: about 2 years ago
With the idea planted, and already internalized that I would use spring-boot to create our API, I needed to decide on which engine it would be built. I had been studying Unreal Engine for some time, but because I had more know-how in Unity and because I found this AMAZING weather system, I opted for our last alternative. - Source: dev.to / about 2 years ago
This is an introduction article on how to build a RESTful application in Kotlin using Spring Boot 3 and MongoDB Atlas. - Source: dev.to / about 2 years ago
As said in the title, we will focus on the dependency inversion principle and one of its application : dependency injection. For production-ready applications, it would be better to rely on a framework and not implement its own container. For it, the java ecosystem have 3 frameworks available : Spring, Guice and Dagger. - Source: dev.to / about 2 years ago
Im stuck between just starting up a project, or if following some starter project for learning. I did a tutorial on the spring.io website, but thats about all I have done so far. Source: about 2 years ago
Thanks for the advice. I followed some guides on spring.io, but because I am using a template for starting new projects provided by my company, I found most of them couldn't really translate properly to the template. Source: about 2 years ago
I've been following the guides at spring.io, but there's just so many guides there. My company has a template for starting new projects (includes frontend + backend + database) so I decided to start my project using it, thinking the basic guides I followed on REST APIs would help me but I quickly realized it's more complicated than I thought. Source: about 2 years ago
You have the tutorials for 15 mins, and till 2 hours on the spring.io site IIRC. Source: about 2 years ago
Spring makes building web applications fast and hassle-free (spring.io). By removing much of the boilerplate code and configuration associated with web development, you get a modern web programming model that streamlines the development of server-side HTML applications, REST APIs, and bidirectional, event-based systems. Source: about 2 years ago
Anything in the Spring ecosystem by leaps and bounds. Source: over 2 years ago
Spring web framework Spring WebFlux Reactive REST Services gRPC Java gRPC gRPC-Spring-Boot-Starter gRPC Spring Boot Starter Salesforce Reactive gRPC Salesforce Reactive gRPC Spring Data R2DBC a specification to integrate SQL databases using reactive drivers Zipkin open source, end-to-end distributed tracing Spring Cloud Sleuth autoconfiguration for distributed tracing Prometheus monitoring and... - Source: dev.to / over 2 years ago
Do you know an article comparing Spring to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Spring. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.