Anton Tagunov wrote:
Hi, All!
SM> Currently the implementation is not proxying the component interface SM> because some additional thinking is required on (a) services that are SM> classes as opposed to interfaces
Can this probably be just prohibited? Or do use cases for this exist?
Example: org.omg.CORBA.ORB
<being-naive> Why does somebody need anything but a java/interface for what is really an interface? </being-naive>
An interface is just something that we think of as the logical thing that is exposed. But in practice you have things like an ORB that are in effect very complicated proxies to an underlying distributed service model. There are also cases where you want to enhance performance over isolation - for example, you could isolate a block implementation via a proxy but maintain internal services as non-proxied. At the end of the day I believe the right approach is to enable sufficient granularity on proxy control to provide appropriate isolation.
Steve.
-Anton
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
