From 17c83292d6c10a0d0dc6029c743f397d1c65df54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Fri, 22 Aug 2025 14:04:02 +0200 Subject: [PATCH] Add link to Java language as it is with React and TS If we link to React and TS, we should also have a link to Java --- articles/getting-started/prerequisites.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/articles/getting-started/prerequisites.adoc b/articles/getting-started/prerequisites.adoc index 96b4b652a3..f7c9aa83fe 100644 --- a/articles/getting-started/prerequisites.adoc +++ b/articles/getting-started/prerequisites.adoc @@ -9,7 +9,9 @@ order: 10 = Prerequisites -Vaadin enables the creation of full-stack web applications in Java. The *Vaadin Flow* framework allows you to build even the user interface using Java only. +Vaadin enables the creation of full-stack web applications in Java. + +The *Vaadin Flow* framework allows you to build even the user interface using link:https://www.java.com/en/download/help/whatis_java.html[Java] only. You can also build your user interface in link:https://react.dev/[React] and link:https://www.typescriptlang.org/[TypeScript]. In this case, Vaadin takes care of the integration to the Java backend through the *Vaadin Hilla* framework. This makes it easy to call Java services from the browser using a type safe API. You can even combine Flow and Hilla views in the same application.