[jboss-user] [JBoss Seam] - Re: Injection and disinjection control

gavin.king@jboss.com do-not-reply at jboss.com
Sun Nov 26 15:11:47 EST 2006


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#3988675

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988675



More information about the jboss-user mailing list