Hi On a mail on [monitoring] i put some point on proxy. The main question was shouldnt proxy give a default impl of proxying instead of being a facade (which needs to put all impl specifities in the api or a way to get them)?
In tomee/openejb and owb we use asm to create proxies and InvocationHandler standard interface. That's very powerful and insanely fast. Asm also provides some helpers like http://asm.ow2.org/asm40/javadoc/user/org/objectweb/asm/commons/AdviceAdapter.html. My question is then: shouldnt proxy2 change a bit of spirit?