Another question (or mayb suggestion on advancement of data-flow synchronization): currently it looks that Seam performs all injections for a component before entering any method of the component (provided interception criteria are met), even if the component is not going to use these values during the invocation.
Why not support yet another kind of injection - via abstract getters of the component, thus giving the finest possible data-flow synchronization? In this way, the values are injected as late as possible (or never, if not needed). This is not only an optimization, but can also simplify development of components (less explicit synchronization). And if we go that far, why not allow these getters to accept parameters, and in general be just any methods? I realize that this would require bytecode enhancement, but Seam already does it for POJOs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946168#3946168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946168 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
