users@glassfish.java.net

Re: EJB Web Service endpoint architecture

From: <glassfish_at_javadesktop.org>
Date: Tue, 27 Mar 2007 06:14:27 PST

Hi Glen,

It's perfectly ok to use an EJB WebService endpoint facade. Doing so does not imply the facade
will be a bottleneck. Each of the webservice invocations will be handled independently by a
different stateless session bean instance. There isn't any significant blocking/contention involved
in the dispatch.

 --ken
[Message sent by forum member 'ksak' (ksak)]

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