I believe your interpretation below is correct.  Calling an EJB through
reflection is fine and has a small performance penalty compared to the
fact that the call probably goes through RMI.  The EJB itself cannot use
reflection.

Scott Nichol

----- Original Message -----
From: "Tanmay Kumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 7:10 AM
Subject: off topic


> Hi all,
>
> Currently apache SOAP is using java reflection APIs to invoke a method
of
> EJB.
> Is there any negative side of using reflection to invoke an EJB
method.
> EJB spec says "the application server should deny
> java.lang.reflect.ReflectPermission to EJBs."
> But I think this is regarding using reflection API inside of EJB
source
> code. Is this right?
>
> Please suggest me on this or any URL which I can refer for this design
> consideration.
>
> thanks,
> Tans
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to