Hi, maybe we should create something between api and impl. Kind of core-util. Wdyt?
if not core-api is fine. *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* 2012/9/28 Mark Struberg <[email protected]> > Hi folks! > > see DELTASPIKE-274 [1] > > Where should I put those helpers? > > Is it a good fit for core-api? e.g. in a > org.apache.deltaspike.core.api.util.context package > Or should I place it in core-impl? > > What it will contain: > > * ContextualBeanBag: contains the CreationalContext<T>, the Contextual<T> > and the instance T which can be stored in a Map. > The ContextualBeanBag is Serializable and will automatically try to get > the passivation > > * AbstractContext which contains the logic for > # destroy(Contextual) > # destroyAll() (needed at the end of a contexts lifecycle) > # all the creation logic > > wdyt? where to put it? > > LieGrue, > strub > > [1] https://issues.apache.org/jira/browse/DELTASPIKE-274 >
