Software Alternatives & Reviews

Vaadin Framework

Vaadin is a web application framework for Rich Internet Applications (RIA). subtitle

Vaadin Framework Reviews and details

Screenshots and images

  • Vaadin Framework Landing page
    Landing page //
    2023-07-24

Badges

Promote Vaadin Framework. You can add any of these badges on your website.
SaaSHub badge
Show embed code

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 Vaadin Framework and what they use it for.
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Vaadin — Build scalable UIs in Java or TypeScript, and use the integrated tooling, components, and design system to iterate faster, design better, and simplify the development process. Unlimited Projects with five years of free maintenance. - Source: dev.to / 3 months ago
  • The conjunction of the web
    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... - Source: dev.to / 8 months ago
  • Ask HN: Why is web development such a daunting task?
    Skip javascript entirely. Pynecone (https://pynecone.io/), Vaadin (https://vaadin.com/), Buffalo (https://github.com/gobuffalo/buffalo) all exist and can help you avoid some of the mess that is web/JS development. - Source: Hacker News / 11 months ago
  • The Dart Side Blog by OnePub – How and when to use isolates – part 2
    Off-topic but this blog is using https://vaadin.com, that's the first time I am seeing this framework being used! - Source: Hacker News / about 1 year ago
  • A front-end programming language that don't need html/css, do you know one ?
    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. Source: about 1 year ago
  • Always-Listening Voice Commands for Vaadin web applications
    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. - Source: dev.to / about 1 year ago
  • Not a Vaadin developer, yet? Try to guess what this code is doing …
    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. - Source: dev.to / about 1 year ago
  • 7 years with Vaadin (+SpringBoot) in production. Do we still enjoy it?
    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... Source: about 1 year ago
  • The Future (and the Past) of the Web Is Server Side Rendering
    > 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... - Source: Hacker News / about 1 year ago
  • Happy path: Publishing a Web Component to Vaadin Add-on Directory
    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? - Source: dev.to / over 1 year ago
  • Are there any recommended libraries to make Spring Boot development even faster / easier?
    What you maybe asking for is something like vaadin or jhipster which marries the front with the backend. (I don't like them tbh but it worth mentioning). Source: over 1 year ago
  • free-for.dev
    Vaadin — Build scalable UIs in Java or TypeScript, and use the integrated tooling, components and design system to iterate faster, design better and simplify the development process. Unlimited Projects with 5 years free maintenance. - Source: dev.to / over 1 year ago
  • Can I use Java to build a website?
    You can use Java for Backend and Frontend. A relative new kid on the block for Frontend is Qute. The general keyword you are searching for is Java Templating Engine. Specific examples would be Thymeleaf or FreeMarker. There are some framework, which offer a lot more than templating like Vaadin or Wicket. Some are just specifications like Jakarta Faces with some of their implementations MyFaces or Mojarra. Source: over 1 year ago
  • If everyone hates Java then why is it used so much?
    You can do fullstack Java for low traffic back-office/internal apps. JS frameworks are obviously much more popular for frontend, but it's easier to have your Java devs learn Vaadin. Source: over 1 year ago
  • Aire-UX Testing Framework Released to Maven Central!
    This single-process, browserless testing framework allows you to inject live Vaadin or Sunshower.io widgets directly into your test-cases via CSS L4 selectors, navigate around your application to test workflows, and generally test UI interactions end-to-end quickly and safely. Comprehensive #springframework support is included via the Spring extension. Source: over 1 year ago
  • Do I need to know HTML,CSS and Javascript to make springboot projects.
    There are pretty good frameworks which enables you to make a pretty Frontend without knowing anything about html, css, Javascript and so on. So if you plan to make a Frontend without dealing with the languages have a look at those frameworks...I would recommend vaadin. Source: over 1 year ago
  • Using Java for the front-end of a web app in 2022
    A big component library is included and it offers binding for Typscript webcomponents (there's a frontend-centric variant of the framework named Hilla too). Frontend states are held in a backend session, so it's safe for manipulations but I'd only recommend it for management UIs. [1] https://vaadin.com/. - Source: Hacker News / over 1 year ago
  • Using java for the front-end of a web app in 2022
    Vaadin Its been around for more that 20 years. Using it now for a client. Source: over 1 year ago
  • Simplicity & Focus Through Server-Driven Web UI Development
    Vaadin (Vaadin Flow to be more precise) is a set of web components and a Java API. An application developer writes the UI layout arrangement in Java. Vaadin uses this information to create the corresponding UI components in the browser. - Source: dev.to / over 1 year ago
  • How to Build a Multi-Zone Java App in One Day
    It took me around 24 hours in total to create this version. The app currently runs on Vaadin and Spring, it can use PostgreSQL or YugabyteDB as a database, and it either works locally or can be deployed in Heroku. - Source: dev.to / over 1 year ago
  • Workplace apps shouldn't suck (Vaadin makes sure they don't)
    Learn more about Vaadin and get started on http://vaadin.com. - Source: dev.to / almost 2 years ago

External sources with reviews and comparisons of Vaadin Framework

17 Popular Java Frameworks for 2023: Pros, cons, and more
Vaadin 10+ approaches web app development in a new way: it gives developers direct access to the DOM (Document Object Model) from the Java Virtual Machine. With the new release, the Vaadin team split the previously monolithic framework into two parts. It has a lightweight Java framework called Vaadin Flow that handles routing and server-client communication and a set of UI components that run in the user’s browser.
10 Best Java Frameworks You Should Know
After the Vaadin framework, the next leading framework currently being used in the IT industry is Blade.

Do you know an article comparing Vaadin Framework to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Vaadin Framework discussion

Log in or Post with

This is an informative page about Vaadin Framework. 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.