vaadin instead of jsp

Good day PLs am working on a web app using spring-MVC. am using jsp for my front-end but would like to use vaadin components instead of jsp…is this possible? thx

It is. You can use [Vaadin Components]
(https://vaadin.com/components) with any technology that supports Web Components. You can also use [Vaadin Flow]
(https://vaadin.com/flow) instead of, or in conjunction with, Spring MVC. Cheers!