• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difffernt technologies vialable for Job Scheduling Purposes related to java

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am having a question related to Timer Services avialable for Job Scheduling Purposes .

As far as my knowledge is concerned ,
For Job scheduling Taks , i thing that java.util.Timer and TimerTask classes are sufficient , then whats the purpose or new thing thing for sun to introduce Timer Service Facility in EJB3 versionn

I wouldn't comment on Cron or Quartz as they are not related to Java

Thanks , please advise .
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A timer in an EJB container is really just the same thing as a basic timer, except it has access to all the container provided services.

(NB: Quartz is a Java library - so very much related to Java)
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

(NB: Quartz is a Java library - so very much related to Java)



Thank you .
 
reply
    Bookmark Topic Watch Topic
  • New Topic