Search code examples
javavaadinmicronaut

Vaadin - Micronaut integration


I am selecting a new technology for my team. I would like to use Vaadin in some situations but I would like to reduce the number of technologies that my team needs to assimilate. Is it technically possible to use Micronaut security and Inversion of Control in Vaadin Flow?


Solution

  • Typically you would deploy Micronaut a set of Microservices that expose REST APIs, you would then integrate these REST APIs into your UI application which would run as a separate instance.

    See https://vaadin.com/learn/tutorials/microservices/consuming-stateless-services

    For a tutorial which uses Spring as the backend Microservice but you could swap that out for Micronaut or Node or whichever backend technology and maintain a separate application for the Vaadin UI