1

I want to know how to use WorkManager in Tomcat 7. I came across the open source library Foo-CommonJ but nowhere i found a sample code explaning the usage. The input parameter for FooWorkManager's constructor is an instance of commonj.work.work class, where as no one provides the commonj.work.work class (neither tomcat nor foo-commonj). Basically i need a sample code explaining usage of WorkManager (FooCommonj jar) in tomcat. And if Foo-Commonj doesn't support workmanager properly, then some alternative.

4

2 に答える 2

1

JSR-237 は廃止されましたが、JSR-236 に統合されました。 http://jcp.org/en/jsr/detail?id=237 理由: JSR 237 は JSR 236 とマージされ、Java EE の同時実行に関する単一の一貫した仕様を提供します。

于 2013-04-25T08:53:17.537 に答える