- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 149字
- 2021-07-23 19:24:32
What's new in CDI 2.0?
Before version 2.0, the CDI API was limited only to the scope of Java EE. Now and with CDI 2.0, the community did great in extending the scope of CDI into Java SE. Yes, like Spring and Google Guice, you can now use CDI in nearly any Java application.
If you are familiar enough with CDI, let's take a look at the new features that were added in CDI 2.0:
- CDI support in Java SE
- Ability to order events
- Asynchronous event
- Configurators for major SPI elements
- Possibility to configure or veto observer methods
- Add built-in annotation literals
- Make it possible to apply interceptors on producers
- Alignment on Java 8 features (streams, lambdas, repeating qualifiers)
If you are not familiar with the CDI API, don't worry. Most of the terms mentioned in this section are going to be discussed throughout the rest of the chapter.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- FuelPHP Application Development Blueprints
- Learning Apex Programming
- Java從入門到精通(第4版)
- 小程序,巧運營:微信小程序運營招式大全
- Nginx Essentials
- QGIS By Example
- Access 2010中文版項目教程
- Java零基礎實戰
- Citrix XenServer企業運維實戰
- 軟件項目管理實用教程
- Android Sensor Programming By Example
- SignalR:Real-time Application Development(Second Edition)
- Android應用程序設計
- Beginning C# 7 Hands-On:The Core Language