Hey

Andrzej Jan Taramina wrote:
> This may be a dumb question, but what is the transport protocol used
> for EJB distributed method invocations?
>
> Is it RMI? (in which case it will end up going over IIOP)?  Or is it
> proprietary to each EJB Server vendor?

This is not defined by the EJB specification so it can be anything.

But it is an interesting question. I would like to ask this instead:
Is it possible to implement EJB over RMI/JRMP? (i.e. "plain vanilla JDK
stuff")

(as a further constraint: use of Activation is not allowed)

Since RMI/JRMP is getting *a lot* better in the Kestrel release it would
be interesting to use it for small footprint servers.

How about using the RMI/IIOP package from JavaSoft? From what I can see
one needs a whole lot more documentation before even thinking about
using that package. Some docs on the rmiorb.jar for example. Anyone
knows of a hidden stash of docs for that stuff? Much appreciated if so.
:-)

/Rickard

--
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
Homepage: http://www-und.ida.liu.se/~ricob684

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to