Is there a way to integrate CommonJ WorkManager with Glassfish
Is there a开发者_StackOverflow way to integrate CommonJ WorkManager with Glassfish
I've never done this myself but according to Sahoo (in this thread), the way to go would be to write a JCA connector and to use the javax.resource.spi.work.WorkManager
API (which is part of JCA 1.5)
Resources
- Parallel processing in Glassfish with Work Managers
- JSR 322 - JavaEE Connector Architecture 1.6 - Reference Implementation - Half Pager
javax.resource.spi.work.WorkManager
API
A stackoverflow user has a solution posted elsewhere on StackOverflow: Using a CommonJ implementation with GlassFish and Spring 3
精彩评论