2. Container behaviour for MDB with timers coderanch.com |
3. Java EE timer service and periodical jobs coderanch.comHi folks, I'm currently using the Quartz scheduler framework in a Java standalone application. The basic functionality of this application is to execute some jobs periodically. So far everything works quite well but I think there would be some benefits if I would use the Java EE 6 platform. For example database handling, email notifications, providing a web interface etc. would ... |
4. how to establish timer service in servlets? coderanch.com |