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.
Two of the most famous Java server frameworks, namely Spring and Quarkus, provide CLIs for improving DX.
– Source: dev.to
/
11 months ago
Being more specific, our projects are being written with Spring framework.
Source:
10 months 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
/
over 1 year 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:
about 1 year 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:
over 1 year 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
/
over 1 year 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
/
over 1 year ago
Here is also the blog post from spring.io: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter.
Source:
over 1 year 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:
over 1 year 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
/
over 1 year 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
/
over 1 year 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
/
over 1 year 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:
over 1 year 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:
over 1 year 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:
over 1 year ago
You have the tutorials for 15 mins, and till 2 hours on the spring.io site IIRC.
Source:
over 1 year 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:
over 1 year ago
Anything in the Spring ecosystem by leaps and bounds.
Source:
over 1 year 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
/
almost 2 years ago
Spring is a java framework for building web applications/API’s. Often you’ll see Spring Boot mentioned as it provides a more out of the box, opinionated starting point for using Spring.
Source:
almost 2 years ago
We also added Spring Boot to organize, structure and be the foundation of the project.
– Source: dev.to
/
almost 2 years ago