Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another more powerful way to create jobs is to write Java classes (or Javascript, Perl, groovy, VBScript, PowerShell etc) and let these classes or programs be executed by JobSchedueler. Using this method means it is possible to use all the methods of JobScheduler's API Interface. All our JITL - JobScheduler Integrated Template Library jobs, for example, are implemented as Java classes. Using a programming language instead of a shell script makes it possible to use external APIs of applications more efficiently.