1 2 Previous Next 19 Replies Latest reply on Jun 8, 2009 4:02 PM by cpopetz Go to original post
      • 15. Re: WebBeans on JBoss AS 5.1
        pmuir

        What about beans? ;-)

        • 16. Re: WebBeans on JBoss AS 5.1
          gonorrhea

          beans or components.  Every JavaBean or EJB is a bean or component, no?  or how bout module (which may consist of one or more components or beans)?



          Modular programming is a software design technique that increases the extent to which software is composed from separate parts, called modules. Conceptually, modules represent a separation of concerns, and improve maintainability by enforcing logical boundaries between components. Modules are typically incorporated into the program through interfaces. A module interface expresses the elements that are provided and required by the module. The elements defined in the interface are visible to other modules. The implementation contains the working code that corresponds to the elements declared in the interface.

          source

          • 17. Re: WebBeans on JBoss AS 5.1
            meetoblivion

            modules don't fit, a module's generally bigger than 1 class.


            beans seem awkward; and over used, since there's lots of beans in the various java editions.  plus, it confused our WSA's when i said it.


            i'm inclined to say an Injectable Bean (iBean) or Contextual Bean (CB) might describe them better.


            • 18. Re: WebBeans on JBoss AS 5.1
              nickarls

              My vote goes to COCO - Contextual Component. In JCDI4EE, every POJO is a COCO ;-)

              • 19. Re: WebBeans on JBoss AS 5.1
                cpopetz

                Nicklas Karlsson wrote on Jun 08, 2009 14:18:


                My vote goes to COCO - Contextual Component. In JCDI4EE, every POJO is a COCO ;-)


                +1

                1 2 Previous Next