Questions tagged [commonj]

Use tag for CommonJ - Timer And Work Manager API

CommonJ is the Timer and Work Manager API

API enables concurrent programming of EJBs and Servlets within aJ2EE application.

Docs: https://docs.oracle.com/cd/E13222_01/wls/docs92/commonj/commonj.html

32 questions
0
votes
0 answers

Execute the Timer once a week

I am using the commonJ TimerManager for sending notification emails. Now I need to execute the Timer once a week on Monday but I am facing some problems with the configuration. How can I set the timer for once a week on a specific day ? …
angus
  • 3,210
  • 10
  • 41
  • 71
0
votes
1 answer

How to integrate asyncHttpClient with commonj workmanager?

We have a use case that a single request from end user will trigger 1 or more http requests to other remote systems. All responses from remote systems will be aggregated into one single response to end user. We had this by using commonj workmanager…
Ken Tsang
  • 61
  • 5
1 2
3