com.ibm.websphere.appserver.cdi-1.0.properties 700 B

1234567891011121314151617181920
  1. # Licensed Materials - Property of IBM
  2. #
  3. # "Restricted Materials of IBM"
  4. #
  5. # Copyright IBM Corp. 2012 All Rights Reserved.
  6. #
  7. # US Government Users Restricted Rights - Use, duplication or
  8. # disclosure restricted by GSA ADP Schedule Contract with
  9. # IBM Corp.
  10. #
  11. # -------------------------------------------------------------------------------------------------
  12. #
  13. #ISMESSAGEFILE FALSE
  14. #NLS_ENCODING=UNICODE
  15. #NLS_MESSAGEFORMAT_NONE
  16. #
  17. description=The Contexts and Dependency Injection specification makes it easier to integrate \
  18. Java EE components of different types. It provides a common mechanism to inject component \
  19. such as EJBs or Managed Beans into other components such as JSPs or other EJBs.