Do things outside of application

We implemented the vaadin application so that everything starts after user login…

But then, how can we implement behaviors that occurs outside of user session, say sending nightly emails? And this is only one instance for the server.

This may seem like a dump question. But I am scratching my head here… :slight_smile:

Jason

See http://www.quartz-scheduler.org/ for a standard way of running things on a schedule, or based on external triggers.
Another way is to define web services and get those to be called.