posted 14 years ago
Hi ...
I usually use WorkManager to implement parallel processing in websphere. and my case is:
I implement synchronize payment data from core banking to university, the sync process will occurred every 5 minutes untill completed. During the sync:
* I create Worker for each university, this worker used to sync data from core banking to univeristy
* get WorkManager usng JNDI, and ask the work manager run the UniversityWorker.
Do you have any idea, implementing this case in glassfish ?