Grzegorz Goliatus Tańczyk wrote:
Witajcie!
What I know now is:
<xsp:structure>
<xsp:include>org.apache.cocoon.components.cron.*</xsp:include>
<xsp:include>org.apache.cocoon.*</xsp:include>
</xsp:structure>
and:
JobScheduler scheduler =
(JobScheduler)Cocoon.getComponentManager().getComponentHandler(...).get();
And now I have some problems:
String role, // "org.apache.cocoon.components.cron.JobScheduler" ???
Class componentClass, // JobScheduler.class ???
// i have no idea with rest of parameters
Configuration configuration,
Context context,
RoleManager roleManager,
LogkitLoggerManager logkitManager
From where can I get them?
Have a look at the flowscript demo, it's Javascript but very similar to
Java ;-)
--
Reinhard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]