Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 862 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 862 Bytes

Samples - CDI

Several samples about EJBs :

  • 01-Bootstrapping : Bootstrap CDI in several environments
  • 02-JavaEE6 : Differences between Java EE inection (@Resource…) and CDI @Inject
  • 03-Injection : CDI injection with qualifiers
  • 04-Injection : Different injection points (attributes, setter, constructor)
  • 05-Producers : CDI producers

Licensing

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

antonio goncalves