- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 147字
- 2021-06-10 18:49:28
New features and enhancements in Java EE 8
Java EE 8 has improved its APIs and programming models to suit the needs of modern enterprise applications. It provides an infrastructure for microservices and cloud-based environments.
Java EE 8 has a new security API and a new standardized API for binding JSON to model objects. The Servlet 4.0 API now comes with HTTP/2 support. A new Reactive rest client API and asynchronous API have been introduced in this release of the platform as well.
Java EE 8's new dependency injection (DI) feature, along with its improved security and reliability, makes it easier to develop applications.
Java EE 8 is also now aligned with Java 8, which means that Java 8 features, such as streams, lambda, and the new data-time API, can be used in Java EE 8's APIs as well, and it has enhanced support for these features.
- 大話PLC(輕松動漫版)
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- 觸·心:DT時代的大數據精準營銷
- TypeScript Blueprints
- Drupal 8 Blueprints
- Getting Started with CreateJS
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- C語言程序設計
- WordPress Plugin Development Cookbook(Second Edition)
- Mastering Google App Engine
- Hands-On Microservices with Kotlin
- Highcharts Cookbook
- Building Serverless Web Applications
- Java圖像處理:基于OpenCV與JVM
- SciPy Recipes