In the XWiki existing great technology -  custom EventListeners, which can
execute, for example, on 'save page' event some script.
Existing some nice examples of using this technology:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Title+Post+Processing+Using+Groovy
http://extensions.xwiki.org/xwiki/bin/view/Extension/Create+Object+with+Context+Data+EventListener

But, in the past, problem was, that your EventListeners cannot automatically
start (for example if application server restarted). I know right now only
one 'trick' - right a scheduler job, which every 5 minutes restarts
EventListener. Here -
http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial
existing example of such job, but:
1) this is like a 'trick' - not a normal solution
2) existing troubles of writing such jobs for not qualified users (like me
:) )

My question - at this moment, at the end of 4.x cycle, existing more
comfortable solution of this problem?
If not - do you have (this is question for developers) plans for the future
to give for the users some instrument which can do it easy?

--
Thanks beforehand!
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/EventListener-automatic-start-is-it-possible-tp7583334.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to