[jboss-dev-forums] [Design of POJO Server] - Re: Backing the Web Beans Application scope

pete.muir@jboss.org do-not-reply at jboss.com
Wed Feb 25 06:54:21 EST 2009


Notes for Ales to implement:

Before calling Bootstrap.initialize() you need to call Application.setApplicationContext(BeanStore beanStore);

BeanStore is https://svn.jboss.org/repos/webbeans/ri/trunk/webbeans-ri-spi/src/main/java/org/jboss/webbeans/context/api/BeanStore.java - basically a Map<Conextual<?>, Object> with the get, put and remove generified.

Do you want to be notified on shutdown?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212928#4212928

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212928



More information about the jboss-dev-forums mailing list