Let me take up both the scenarios and do some analysis: 1) Downloading classes required by the client may not be a real problem. All that needs to be done is to bind the stub of the Bean with the codebase set. However, I'm not sure how many vendors support such a facility like this.
2) Now to the second scenario: Downloading the code of another Remote Server(that is not an EJB) by an EJB. There are no restrictions on accessing Remote Obejcts(that is not an EJB). And so, if the stub is annotated properly, the Bean shouldn't have any problems with dynamic download. Reg the Second scenario: Why is it that we don't have "container-managed" access to Remote Objs? The connections to a remote obj can also be pooled hte same way JDBC conns are, right? P.S. I say i'm not talkin abt EJBs coz that's altogether a different scenario involving other issues like: local-call optimizations for remote calls etc.. Harish Vijay Guda wrote: >Hi Marco, > >Did u mean downloading classes required for the client to access EJB's?? >As for as i knoiw its is not posible with EJB. They have to be manually >deployed at client-side. I would like to hear more on this. > >Vijay > >hi all, > i have a 'wild' question for u: is it possible >to use dynamic code download with EJB? > >DCD is possible with RMI (by setting the codebase property). since, at the >end, communication with EJB is done using RMI, is it still possible >to use code download?? > > >thanx in advance and regards > marco > >=========================================================================== >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". > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com =========================================================================== 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".
