|
From: <sco...@jb...> - 2006-06-30 15:19:14
|
The reason for using the typed proxy is that we believe that code is more readable/understandable when the proxy is used. Otherwise you are using a reflective type call every time an invocation is done, as opposed to a typed proxy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954689#3954689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954689 |