File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Threads and Synchronization and the fly likes Need sample code for Workmanager in Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Need sample code for Workmanager in Tomcat" Watch "Need sample code for Workmanager in Tomcat" New topic
Author

Need sample code for Workmanager in Tomcat

prabal nandi
Greenhorn

Joined: Jun 28, 2011
Posts: 25

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 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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need sample code for Workmanager in Tomcat
 
Similar Threads
Transfer methods between classes.
Jtips Mock 2
How to configure JBossWorkManager?
Websphere 6, CommonJ specifications
Asynchronous EJB3.1 to act as server socket.