EJB 3.1 – Asynchronous Session Beans
The Session Bean Component Contract of the Enterprise JavaBeans 3.1 Specification (JSR 318 Proposed Final Draft) introduces the possibility of exposing methods of session beans with asynchronous semantics. What does that mean? For asynchronous invocations, control returns to the client before the container dispatches the invocation to a bean instance. When a client invokes an … [Read more…]