rules_closure VS Vaadin

Compare rules_closure vs Vaadin and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rules_closure Vaadin
5 41
150 1,766
0.7% 0.1%
7.2 5.3
11 days ago 3 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.

rules_closure

Posts with mentions or reviews of rules_closure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-19.
  • Google Closure
    1 project | news.ycombinator.com | 17 Mar 2024
  • Rust vs Go
    9 projects | /r/rust | 19 Oct 2022
    That's why we have closure, Dart, PureScript, TypeScript and many other languages which try to make it safer.
  • Building an Application with ClojureScript
    2 projects | dev.to | 19 Sep 2022
    After ClojureScript compiles to JavaScript, the compiled code has a smaller size than hand-written JavaScript. This is because it makes use of the Google Closure compiler for minification and optimization.
  • Using Java for the front-end of a web app in 2022
    4 projects | news.ycombinator.com | 1 Sep 2022
    That’s Google Closure [1] with an ‘s’, not ClojureScript [2] with a ‘j’.

    ClojureScript uses the Closure Compiler to optimise its JS output, but that’s the only relationship, and the name is a coincidence.

    [1] https://developers.google.com/closure

  • Rust Is Portable
    10 projects | news.ycombinator.com | 27 Jul 2022
    Hi I created Actually Portable Executable. I also created Bazel's Closure Compiler tooling. https://github.com/bazelbuild/rules_closure

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 rules_closure and Vaadin you can also consider the following projects:

sixel-tmux - sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics

PrimeFaces - Ultimate Component Suite for JavaServer Faces

rust-for-rustaceans.com - Source for https://rust-for-rustaceans.com/

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

code_templates - Collection of templates (mostly bazelized) for fast and easy start of projects.

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

bazel-buildfarm - Bazel remote caching and execution service

Spring - Spring Framework

dazel - Run Google's bazel inside a docker container via a seamless proxy.

Spring Boot - Spring Boot

sccache - Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

jwt - Java Web Toolkit