> When I created a simple session bean using j2ee-ri, it required the client
> to have the client stubs that were generated by the DeployTool. However,
> when I use the same session bean with OrionServer, it does not require the
> client stubs. How does it work without the client stubs?

AFAIK there are 3 approaches to stubs:
1 Generate and distribute manually (J2EE RI)
2 Generate and distribute using dynamic classloading (a la RMI/JRMP)
(OrionServer)
3 Don't generate any stubs (EJBoss)

The main difference is in administration, and should be hardest with 1
and easiest with 3.

/Rickard

--
Rickard Öberg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.dreambean.com
Question reality

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