S
snatchitup
I have 'foo'led around with java.lang.reflect.Proxy, additionally,
have done plenty with Cass.getClasses() and invocation. I'm in the
J2EE world, and WebServices.
Basically, I haven't come up with an "Original Thought" on how to use
this to make my job of writing applications easier. I want it to do
my work for me.
I've learned in the past that the lesser used portions of a language
that implement some sort of indirection is where the hidden gems are;
that can lead to productivity enhancements by building tools such as
code generators.
I've used getClasses(), getMethods(), and invoke() to do some
automating the process of generating data objects from beans.
Is there something I'm missing on the usefulness of Proxy to an
application developer. I'm not looking to write a "logging" tool.
The main drawback I see with Proxy, is that I should re-engineer alot
of the code to make more extensive use of interfaces.
have done plenty with Cass.getClasses() and invocation. I'm in the
J2EE world, and WebServices.
Basically, I haven't come up with an "Original Thought" on how to use
this to make my job of writing applications easier. I want it to do
my work for me.
I've learned in the past that the lesser used portions of a language
that implement some sort of indirection is where the hidden gems are;
that can lead to productivity enhancements by building tools such as
code generators.
I've used getClasses(), getMethods(), and invoke() to do some
automating the process of generating data objects from beans.
Is there something I'm missing on the usefulness of Proxy to an
application developer. I'm not looking to write a "logging" tool.
The main drawback I see with Proxy, is that I should re-engineer alot
of the code to make more extensive use of interfaces.