Hi Harald, You can emulate this functionality using servlet events. See: https://github.com/apache/deltaspike/blob/master/deltaspike/modules/servlet/impl/src/main/java/org/apache/deltaspike/servlet/impl/event/EventBridgeContextListener.java#L36
Does this help you? Unfortunately there's no easy way to do this with just CDI. John On Mon, Jul 15, 2013 at 12:02 PM, Harald Wellmann <[email protected]>wrote: > Thanks for checking - I've created a feature request: > https://issues.apache.org/jira/browse/DELTASPIKE-393 > > Best regards, > Harald > > > 2013/7/15 Jason Porter <[email protected]>: > > To my knowledge there isn't anything like that in the code base > currently, > > though what Dan has in that gist you mentioned would certainly be a > simple > > and portable solution. > > > > > > On Mon, Jul 15, 2013 at 8:31 AM, Harald Wellmann <[email protected] > >wrote: > > > >> Does DeltaSpike include support for eager instantiation of > >> @ApplicationScoped beans? > >> > >> E.g. like https://gist.github.com/mojavelinux/635719/ > >> > >> The following discussion is related: > >> > >> > http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/Startup-like-td4653932.html > >> > >> I'm just wondering if a solution has found its way into the codebase > yet... > >> > >> Best regards, > >> Harald > >> > > > > > > > > -- > > Jason Porter > > http://en.gravatar.com/lightguardjp >
