- Jakarta EE Cookbook
- Elder Moraes
- 160字
- 2021-06-24 16:12:35
Running your first Jakarta CDI 2.0 code
Jakarta Contexts and Dependency Injection (CDI) is certainly one of the most important APIs for the Jakarta EE platform. In version 2.0, it also works with Java SE.
Nowadays, CDI has an impact on many other APIs in the Jakarta EE platform as said in an interview for Java EE 8 – The Next Frontier project:
"If there was CDI by the time we created JSF, it would be made completely different."
– Ed Burns, JSF Spec Lead
– Ed Burns, JSF Spec Lead
There are a lot of new features in CDI 2.0. This recipe will cover observer ordering to give you a quick start.
推薦閱讀
- Mastering Zabbix(Second Edition)
- Python數據分析入門與實戰
- 機器學習系統:設計和實現
- PHP 從入門到項目實踐(超值版)
- Mastering Selenium WebDriver
- INSTANT Sencha Touch
- Java性能權威指南(第2版)
- Java軟件開發基礎
- Mastering Linux Security and Hardening
- CRYENGINE Game Development Blueprints
- 從零開始:UI圖標設計與制作(第3版)
- .NET 4.5 Parallel Extensions Cookbook
- Swift語言實戰晉級
- Python 3 Object:oriented Programming(Second Edition)
- Node.js從入門到精通