This content has been marked as final.
Show 1 reply
-
1. Re: Does the weld check and instant every bean when initializing the application?
lightguard Feb 24, 2012 1:01 PM (in response to jf321023)Weld does not instantiate a bean until it is needed. The performance of both Weld and OpenWebBeans (another CDI implementation) are both very performant in both memory usage and cpu cycles.