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.
Intellij with Jetty Setup Help Request
I need a guide to set up Vaadin to work with IntelliJ and Jetty.
Any suggestion is appreciated.
Thanks.
I am not familiar with IntelliJ, but you might find this thread useful with respect to setting up Jetty for debugging Vaadin applications.
There is no plugin for IntelliJ. so you will have to create the web.xml by hand and handle widgetset compilation etc. yourself. These are mostly one-time tasks for a project, though, and are described in the book. New client side widget creation and similar tasks require a little more effort without the Eclipse plugin.