> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of francis pouatcha

>         - A simple rmi-based implentation will instantiate one rmi-object per
> client-bean relationship (great performance hit). Possible optimisation
> could be done like using the same rmi-objet for serving all clients of a
> stateless session bean (i.e.).

It can also work for Entity Beans and Stateful Session Beans, using Dynamic
Proxies (although this approach has limitations as well).

--
Cedric

===========================================================================
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