Hi there,
We use a WL6.1 and we need a way to repeat a task every n seconds, basically a timer.
What I understood from the documentation is that in WL6.1 the time services are deprecated, and the recommended way is to use 3rd party tools or the
java Timer impl (which sux as it's single threaded)
We probably going to use the time services that wl provide even though it's deprecated unless someone here will enlighten me and give me some more options (or maybe point any mistakes in my understanding.)
Cheers