Howdy,

With web services comm is done over http.

With EJBs comm is done using RMI

Both have overhead costs.  And both can be suprisingly efficient
when you consider everything that is involved in a round-trip.

-Robert

Darryl L. Pierce wrote:

On Wednesday 25 August 2004 06:50 pm, Robert F. Hall wrote:


You could access your JBoss hosted EJBs as web services.


Isn't there a bit of overhead involved in accessing them as web services? I don't want to do that. I would rather access them as EJBs. My servlet needs to be more efficient than I think it would be accessing web services.




Reply via email to