Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin 8 mit Netbeans 8.2
Hallo,
weiß jemand, wie man Vaadin 8 mit Netbeans 8.2 nutzen kann.
Das aktuelle Vaadin Plugin läßt nur die Version 7.x zu. 8 kann nicht ausgewählt
werden. Auch die Änderung der POM Datei brachte bis jetzt keine Alternative.
Danke und viele Grüße
Hallo,
ist zwar schon etwas älter die Frage, aber man kann Vaadin auch ohne das Plugin nutzen. Einfach ein neues Maven Projekt über Maven Archetype erstellen (Maven > Project from Archetype).
Group ID: com.vaadin
Artifact ID: vaadin-archetype-application
Version: 8.0.5 (bzw. hier die gewünschte Version)
Zum Ausführen des Projektes mit dem mitgelieferten jetty server kann man ein neues Maven Goal erstellen (Rechtsklick auf das Projekt > Run Maven > Goals) und dort als Goal "jetty:run" eingeben.
Grüße
Inzwischen gibt es die Plugin Version 1.3 für Vaadin 8 die auf Netbeans IDE 8.2 problemlos läuft.