0 Replies Latest reply on Jan 31, 2011 6:09 AM by kasur

    Factory component pattern

    kasur
      Hello, everyone! 'm just a novice using the framework, so having read on it in theory, just wanna apply it in practice. Would be thankful for everyone who would spend some time to explain the following things to me:

      1. Suppose i placed a @Factory("foo") declaration over the seam component method. Is it possible then to refer "#{foo}" not having a component initialized yet. (And if so i guess i may treat factory pattern as a "static" method of its kind, right?)
      2. What are the cases when @Factory method invocation doesn't trigger bijection interceptor (instead of trivial @Bypassinterceptors, of course)?

      Thanx for yr time and attention.