Spring VS Vaadin

Compare Spring vs Vaadin and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Spring Vaadin
78 41
55,064 1,766
0.9% 0.1%
10.0 5.3
3 days ago 7 days ago
Java Java
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Spring

Posts with mentions or reviews of Spring. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.
  • Restrictive Abstractions
    2 projects | dev.to | 30 Mar 2024
    This interface is a simplified version of real caching abstractions from Java technologies such as the ones from Spring or JCache (JSR-107). Both are part of quite complex solutions, having more generic types and different capabilities. Also, annotations would be preferred to using Cache directly in most Java applications.
  • They said to use the Default Dispatchers but I found out it was Unconfined
    1 project | dev.to | 21 Mar 2024
    Cross-post: Controller code using Unconfined Dispatcher #32032
  • Spring 6.1 now compatible with virtual threads and JDK 21 overall
    1 project | /r/hypeurls | 19 Aug 2023
  • What's New in Spring Framework 6.1
    5 projects | news.ycombinator.com | 16 Aug 2023
  • CWE Top Most Dangerous Software Weaknesses
    4 projects | news.ycombinator.com | 13 Jul 2023
    Mitre really lost a lot of respect with CVE-2016-1000027. Every few weeks a warning that any SpringBoot 2.x project has a CVSS 9.8, which causes all sorts of heartache for those of us bound to CVE remediation. Every blasted security tool reports this one. Spring reviewed and rejected, as did our very, very large organization. Comically, this has become the CVE we use to see how our tools allow us to white/black list entries.

    Thank god Spring dropped this interface in the Framework 6.x / Boot 3.x release, and the end for non-commercial support is this year for the old stuff.

    https://github.com/spring-projects/spring-framework/issues/2...

  • Help with GetMapping annotation
    1 project | /r/javahelp | 1 Jul 2023
    Referring to https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/bind/annotation/GetMapping.java, the value could have got assigned to any of the other members like name, path, params, etc. Is there any logic involved that enables the single value passed to the GetMapping annotation to be assigned to the value member?
  • What's your most painful experience of debugging an issue that only reproduced in production?
    1 project | /r/java | 11 May 2023
    This one. In short, JMS listeners stopped working randomly (of course only on Saturdays, and only under load), but at first we didn't know that and suspected the message broker at fault. We had quite extensive logging, but no observability on the broker. Can't remember all the details, but eventually we figured out it was the listener container, and I could reproduce it after debugging deeply into Spring code during a load test.
  • 10+ Open-Source Projects For Web Developers In 2023
    14 projects | dev.to | 10 Apr 2023
    GitHub Stars: 51 K GitHub Link: https://github.com/spring-projects/spring-framework
  • Dropwizard 3.0.0 and 4.0.0 have been released
    1 project | /r/java | 31 Mar 2023
    It still has, but it is more of "imaginary" one (https://github.com/spring-projects/spring-framework/issues/24434).
  • how does spring webflux interact with the java servlet api?
    1 project | /r/java | 7 Mar 2023
    Simple: Spring WebFlux does not require Servlet, but can adapt to it. We essentially built our own reactive HTTP abstraction, without any Servlet dependencies. Then we made adapters that use said abstraction for (Reactor) Netty and Servlet. Note that we have specific adapters for Tomcat, Jetty, and Undertow, relying on non-blocking native APIs.

Vaadin

Posts with mentions or reviews of Vaadin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Java Swing?!
    1 project | /r/informatik | 5 Dec 2023
  • The conjunction of the web
    1 project | dev.to | 27 Aug 2023
    But how do we explain the complexity of the current toolset? This is where the Law of the instrument kicks in: "If the only tool you have is a hammer, it is tempting to treat everything as if it were a nail.". Even if JavaScript was born in the web, JavaScript centered frameworks do not fit properly in the web. That is why we have huge bundles of JavaScript, that is why RSC are necessary (things like RSC were already a thing in Vaadin) and that is how JavaScript became the Birmingham screwdriver.
  • Ask HN: Why is web development such a daunting task?
    5 projects | news.ycombinator.com | 30 May 2023
  • The Dart Side Blog by OnePub – How and when to use isolates – part 2
    1 project | news.ycombinator.com | 24 Apr 2023
    Off-topic but this blog is using https://vaadin.com, that's the first time I am seeing this framework being used!
  • A front-end programming language that don't need html/css, do you know one ?
    2 projects | /r/learnprogramming | 3 Apr 2023
    But there are frameworks like GWT or Vaadin for Java, but none of them really took off afaik, I've never seen a job posting with either of these.
  • Always-Listening Voice Commands for Vaadin web applications
    2 projects | dev.to | 28 Mar 2023
    This small tutorial takes 15 minutes from the start to a working demo. We use Picovoice Porcupine Wake Word Engine to enable a Vaadin-based Java web application.
  • Not a Vaadin developer, yet? Try to guess what this code is doing …
    1 project | dev.to | 15 Feb 2023
    Are you a long-time Java developer using Spring-related tech stack? Vaadin can bring a fresh brief of the air into your daily development routines.
  • 7 years with Vaadin (+SpringBoot) in production. Do we still enjoy it?
    1 project | /r/SpringBoot | 8 Feb 2023
    It’s been 7 years since we deployed our first Vaadin app for production. The whole process has been more than interesting. We developed the application according to an analysis (several modules for the agenda in the field of local government) based on a verbal assignment. The customer started testing on our server and after 2 months found only 3 bugs and requested 2 modifications beyond the original brief. Once implemented, we installed it at the customer’s site. The application started for the first time and is still running :-).
  • The Future (and the Past) of the Web Is Server Side Rendering
    9 projects | news.ycombinator.com | 3 Feb 2023
    > Slightly off topic, but I found JSF the most productive out of any framework.

    In my experience, it has been a horrible technology (even when combined with PrimeFaces) for complex functionality.

    When you have a page that has a bunch of tabs, which have tables with custom action buttons, row editing, row expansion, as well as composite components, modal dialogs with other tables inside of those, various dropdowns or autocomplete components and so on, it will break in new ways all the time.

    Sometimes the wrong row will be selected, even if you give every element a unique ID, sometimes updating a single table row after AJAX will be nigh impossible, other times the back end methods will be called with the wrong parameters, sometimes your composite components will act in weird ways (such as using the button to close a modal dialog doing nothing).

    When used on something simple, it's an okay choice, but enterprise codebases that have been developed for years (not even a decade) across multiple versions will rot faster than just having a RESTful API and some separate SPA (that can be thrown out and rewritten altogether, if need be).

    Another option in the space is Vaadin which feels okay, but has its own problems: https://vaadin.com/

    Of course, my experiences are subjective and my own.

  • Happy path: Publishing a Web Component to Vaadin Add-on Directory
    2 projects | dev.to | 4 Jan 2023
    Did you find an excellent custom element that would make sense in your Vaadin Java web application? Maybe that is a web component that you previously published yourself in npmjs.com?

What are some alternatives?

When comparing Spring and Vaadin you can also consider the following projects:

Jooby - The modular web framework for Java and Kotlin

PrimeFaces - Ultimate Component Suite for JavaServer Faces

Ninja - Ninja is a full stack web framework for Java. Rock solid, fast and super productive.

Apache Wicket - Apache Wicket - Component-based Java web framework

Spring Boot - Spring Boot

ZK - ZK is a highly productive Java framework for building amazing enterprise web and mobile applications

Google Web Toolkit - GWT Open Source Project

Play - The Community Maintained High Velocity Web Framework For Java and Scala.

jwt - Java Web Toolkit

Ratpack - Lean & powerful HTTP apps