How can one create webservices in Vaadin 12?
问题 I am considering using Vaadin 12 for my front-end development (we're mainly pure Java engineers and I'd like to keep the code in Java for the most part). However, we may need to also support webservices. If we didn't use Vaadin, we'd just use Jersey & DropWizard, and creating webservices is straightforward. But in Vaadin 12 , can I create webservices with minimal additional code/hacks? (I saw examples of how to do so in Vaadin 8, but Vaadin 10 & 12 is substantively different from what I read.