2 Replies Latest reply on Oct 28, 2011 3:02 AM by pmm

    supporting Java configuration

    pmm

      We're currently using Spring and EJBs using a custom variant of SpringBeanAutowiringInterceptor that supports Java configuration instead of XML configuration (we're on Spring 3.0). I was wondering whether there there were any plans to support Java configuration. For example having a SpringLifecycleInterceptor that takes configuration classes or something similar.

       

      I have also a question about SpringLifecycleInterceptor how many application contexts does it create? One per ejb-jar? One per ear? One per EJB?