Wim Jongman schrieb: > Hi Felix, > > Thanks that looks good. Are there any particular points that are worth > to mention about this scheduler? > The Apache Sling scheduler uses the quartz library underneath; you can schedule jobs either by cron expression, or by using an interval etc. We have a simple scheduler API you can use to add jobs but we also support the whiteboard pattern, so any service which either implements Runnable or our own job interface and has some specific service properties will be scheduled.
We some simple docs here: http://sling.apache.org/site/scheduler-service-commons-scheduler.html The scheduler itself does not require any additional bundle. Regards Carsten -- Carsten Ziegeler [email protected] _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
