Leo Sutic wrote:
...
> MicroContainer does not return a service instance, but a proxy
> implementing
> all of the service instance's interfaces. 

IMHO we should always handle a proxy, at least for security reasons.
Proxies (however created, personally I build java code automatically 
that is compiled on startup), prevent the user from casting to another 
type, which could be a security problem.

If we make components created by factories that can (and IMHO should) 
return proxies, it's cool :-)

-- 
Nicola Ken Barozzi                   [EMAIL PROTECTED]
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------



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

Reply via email to