Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Spring

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications.

Spring Reviews and details

Screenshots and images

  • Spring Landing page
    Landing page //
    2023-05-08

Features & Specs

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

Badges & Trophies

Promote Spring. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Spring (2015) - Movie Review

Horror Review Spring (2014) *SPOILER FREE*

Spring Movie Review (Horror Movie "Spring")

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Spring and what they use it for.
  • Year After Switching from Java to Go: Our Experiences
    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
  • I Surveyed the Top 10 Backend Frameworks Here's What I Found
    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
  • A tour of CLI tools for installing Java and creating projects
    Two of the most famous Java server frameworks, namely Spring and Quarkus, provide CLIs for improving DX. - Source: dev.to / over 1 year ago
  • What backend frameworks are you using for your React app?
    Being more specific, our projects are being written with Spring framework. Source: over 1 year ago
  • Query materialized views with Java, Spring, and streaming database
    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
  • Spring Framework
    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
  • New to spring boot
    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
  • My Favorite free Courses to Learn Spring Framework
    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
  • My SaaS makes $50K MRR and is built on vanilla Ruby on Rails and jQuery
    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
  • I need help migrating a deprecated WebSecurityConfigurerAdapter security config to a non deprecated one.
    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
  • I think I messed up my CS degree. I am about to graduate and don't feel like I know anything. What do I do?
    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
  • 🌦️ WeatherAPI | Introducing real-time weather inside a game.
    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
  • Getting Started with Backend Development in Kotlin Using Spring Boot 3 & MongoDB
    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
  • Dependency injection with AWS Lambdas in java
    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
  • How do I switch to a different tech stack when companies want experience in that specific stack?
    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
  • Struggling to learn and develop using Spring in internship
    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
  • Struggling to use Spring in internship
    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
  • Struggling to learn and develop using Spring in internship
    You have the tutorials for 15 mins, and till 2 hours on the spring.io site IIRC. Source: about 2 years ago
  • Spring Boot pt 2
    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
  • An opnion for what to learn first
    Anything in the Spring ecosystem by leaps and bounds. Source: over 2 years ago
  • Spring WebFlux and gRPC 👋✨💫
    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.

Suggest an article

Spring discussion

Log in or Post with

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.