There is a way, namely that you can use "configuration" instead of bijection.
ie.
<component name="b">
| <property name="var">#{a}</property>
| </component>
However, it sounds to me like you are trying to preoptimize. A few hundred calls of a
setter method is totally insignificant compared to the other costs involved (database
access, rendering the view, etc).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988675#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...