Documentation Plan for Contexts and Dependency Injection for the Java EE Platform in Volume I

Back to Java EE 6 Tutorial, Volume I Documentation Plan

A review draft of the Tutorial that includes these chapters is at [^JAVAEE6TUTV1.pdf].

Chapter 19: Introduction to Contexts and Dependency Injection for the Java EE Platform

Original outline:

  • Overview
    • What is it, what is it for
    • Loose coupling, strong typing
  • What are contexts
  • What is dependency injection, what can you inject
    • EJBs, fields, constructors, initializer methods
  • Binding types and EL names
  • Scopes
  • Producer methods/fields

Chapter 20: Running the Basic Contexts and Dependency Injection Examples

  • The simplegreeting Example
  • The guessnumber Example

Outline of Volume 2 Contexts and Dependency Injection chapters