2 Replies Latest reply on Nov 7, 2009 6:04 PM by gavin.king

    Weld container?

    asookazian

      is there a concept of a CDI/Weld container like Seam container?

        • 1. Re: Weld container?
          nickarls

          Yes. But the term container is a bit fuzzy. A HashMap is one, too.

          • 2. Re: Weld container?
            gavin.king

            According to the spec:



            This specification defines the responsibilities of:


            • the application developer who uses these services, and

            • the vendor who implements the functionality defined by this specification and provides a runtime environment in which the application executes.



            This runtime environment is called the container. For example, the container might be a Java EE container or an embeddable EJB container.

            Or it might be something else - just as long as it implements CDI.