{CUSTOM_TEXT}: Contexts and Dependency Injection for the Java EE Platform which is the Java standard for dependency injection and contextual lifecycle management and one of the most important and popular parts of the Java EE platform.
Weld is integrated into many Java EE application servers such as WildFly, JBoss Enterprise Application Platform, GlassFish, Oracle WebLogic and others. Weld can also be used in a Servlet-only environment (Tomcat, Jetty) or plain Java SE environment.
See http://weld.cdi-spec.org for more details.
doc/
API Docs and reference guide. Open doc/en-US/html/index.html in your
browser for instructions on how to get started using Weld and the
facilities offered by CDI.
examples/
The Weld examples. See examples/README.md for more details. In addition,
the examples are described in more detail in the reference guide
artifacts/weld
Weld binary, source and javadoc jars
artifacts/cdi
CDI API binary, source and javadoc jars
This distribution, as a whole, is licensed under the terms of the ASL 2.0, Version 2.0 (see LICENSE.txt).
The various components in this JAR are each licensed under an open source license that permits you to copy, modify, and distribute the code in both binary and source code form. In some cases those licenses impose requirements on you when you redistribute the code. Please refer to the license information contained in the source code of each of the components for the specific license applicable to that component.
Home Page: http://weld.cdi-spec.org
Downloads: http://weld.cdi-spec.org/download/
Mailing Lists: https://lists.jboss.org/mailman/listinfo/weld-dev
Forums: https://community.jboss.org/en/weld
Source Code: http://github.com/weld
Issue Tracking: https://jira.jboss.org/jira/browse/WELD (core)