Java Platform, Enterprise Edition (Java EE) 8
The Java EE Tutorial

Previous Next Contents

28 Bootstrapping a CDI Container in Java SE

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
Oracle Logo  Copyright © 2017, Oracle and/or its affiliates. All rights reserved.