q. Why is there a limitation on static and final methods? I presume static
methods are a problem because instances are being loaded and unloaded, but final
I don't get. The container isn't gong to subclass teh bean classs, is it?
2. I walk up to a workstation that can run EJB code. Having not deployed the
bean or anything, how can I find out where the host will go to find the naming
serv8ice? What in the deployment process tells a client where to find the
naming service? That is to say, the client code itself is protable, because it
just gets an InitialContext. How does that resolve to a naming service on a
specific system? Is this info stored in the client-side jar along with the
stubs and interfaces?
Thanks.
Ken
===========================================================================
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".