1234567891011121314151617181920 |
- # Licensed Materials - Property of IBM
- #
- # "Restricted Materials of IBM"
- #
- # Copyright IBM Corp. 2012 All Rights Reserved.
- #
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- #
- # -------------------------------------------------------------------------------------------------
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=The Contexts and Dependency Injection specification makes it easier to integrate \
- Java EE components of different types. It provides a common mechanism to inject component \
- such as EJBs or Managed Beans into other components such as JSPs or other EJBs.
|