开发者

Is there a way to integrate CommonJ WorkManager with Glassfish

开发者 https://www.devze.com 2023-01-14 18:59 出处:网络
Is there a开发者_StackOverflow way to integrate CommonJ WorkManager with GlassfishI\'ve never done this myself but according to Sahoo (in this thread), the way to go would be to write a JCA connector

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

0

精彩评论

暂无评论...
验证码 换一张
取 消