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.
yfiles integration
Has anyone done any work integrating vaadin with yfiles at all?
I did a PoC for a customer about Vaadin & yFiles integration. At least for the customer needs it was possible to integrate Vaadin & yFiles.
Thanks Henri,
Is it possible to get any details on how you went about it or any sample code?
Sorry I cannot provide any code, but the following is needed:
* yFiles servlet
* Vaadin application inits the graph and shares it with the yFiles servlet via session
* A custom widget that shows the graph and communicates with Vaadin and yFiles servlet
-Henri