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.
Scheduled processes with Vaadin
I'm just asking for a bit of advice. I have a Lotus Notes/Domino background and one feature was the ability to create scheduled agents (which could be once a week, every night, every hour or whatever).
What would be the best way to create this within a vaadin servet architecture? Would I have to rely on the operating system to start a servlet up on a regular basis to poll a queue on my database or are there any better ways?
Thanks in advance.
Quartz is a good approaoch. If you are modifying your Vaadin UI's with it, you just need to wrap your execution with UI.access(Runnable) method to avoid concurrency issues.
cheers,
matti