vaadin and profiles

Can I work with profiles in vaadin (Something like springboot uses) but I do not want to use springboot

tks

Hi,

there’s nothing in particular in Vaadin that’s built for that purpose, but there’s nothing stopping you from using an application framework that comes with profile support. If Spring is not your thing, you could also try CDI or Guice, both of which have Vaadin plugins available.

-Olli