Java Platform, Enterprise Edition (Java EE) 8 The Java EE Tutorial |
Previous | Next | Contents |
This chapter explains how to use the API for bootstrapping a CDI container in Java SE. This capability allows you to run CDI applications on Java SE and obtain beans, independently of an application server or any Java EE APIs.
The following topics are addressed here:
For more information about bootstrapping a CDI container in Java SE, see the Weld Reference Guide at http://weld.cdi-spec.org/documentation/
.
Previous | Next | Contents |