Skip to content

gualtierotesta/ee-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Java EE 6 and 7 Scheduler examples using TimeService API.

Detailed articled can be found here.

The project contains the following examples:

  • Automatic persistent scheduler (see AutomaticPersistentScheduler class)
  • Automatic non persistent scheduler (see AutomaticNonPersistentScheduler class)
  • Programmatic persistente scheduler (non persistent version can be derived easily) (see ProgrammaticPersistentScheduler class)

The code from this project has been tested on Oracle Glassfish 4 (Full EE7 profile) and IBM WebSphere 8.5.x (Full EE6 profile).

About

Java EE 6/7 scheduling options gallery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages