users@glassfish.java.net

Re: Looking for a tutorial on the Work Management API...

From: <glassfish_at_javadesktop.org>
Date: Thu, 01 Apr 2010 07:09:18 PDT

Can you give a bit more detail on the kind of problem you're looking to solve? The Work Management API is a part of the connector spec and is primarily targeted towards system code that integrates with other systems. If you're looking for a way to add concurrency at the application level, there are alternatives. One is EJB 3.1, which supports simple asynchronous session bean invocations. That allows control to return immediately to the caller while the invocation is dispatched on a separate thread.
[Message sent by forum member 'ksak']

http://forums.java.net/jive/thread.jspa?messageID=394896