0 Replies Latest reply on Apr 21, 2010 2:14 PM by jabailo

    When is a bean "managed" ?

    jabailo

      I have two Jboss projects in eclipse.

       

      One is a web client the other is a JSF.

       

      In the JSF project, my beans are managed in the web.xml and have properties for which I can specify default values.

       

      In the web client, I am also using beans, but they are not "managed" and when I view the web.xml in eclipse it doesn't offer a way to specify managed beans.

       

      In what types of projects can I have a managed bean?

       

      I am trying to find a way to pass a default value from a config file into my "unmanaged beans" and the solution is not clear.