3 Replies Latest reply on Jul 7, 2014 3:20 AM by mkouba

    What is a moment when a bean is being initialized?

    cottonwood

      Hello there!

      Currently I'm studying the Weld and can't find the answer to the next question: when the CDI container creates the beans? Let's say I have a class with two beans injected. When I invoke a method of that class does the CDI container initialize the only bean I use in this method or both of them?