- Java EE 8 Application Development
- David R. Heffelfinger
- 121字
- 2021-07-02 22:04:58
Summary
In this chapter, we provided an introduction to Java EE, supplying a list of several technologies and application programming interfaces (APIs) included with Java EE.
We also covered how Java EE is developed both by software vendors and the Java community at large via the Java community process.
Additionally, we explained how there are multiple implementations of the Java EE standard, a fact that avoids vendor lock-in and allow us to easily migrate our Java EE code from one application server to another.
Finally, we cleared up the confusion between Java EE, J2EE, and Spring, explaining how Java EE and Spring applications are frequently referred to as J2EE applications, even though J2EE has been a dead technology for several years.
推薦閱讀
- C++程序設計教程
- Flask Web全棧開發實戰
- FuelPHP Application Development Blueprints
- Visual Studio 2012 Cookbook
- 微服務設計原理與架構
- HTML5+CSS3網站設計教程
- Scala編程實戰(原書第2版)
- Mastering Xamarin.Forms(Second Edition)
- Scala Reactive Programming
- 第一行代碼 C語言(視頻講解版)
- Building Microservices with .NET Core
- 會當凌絕頂:Java開發修行實錄
- 數據科學中的實用統計學(第2版)
- Mastering Python
- RESTful Web API Design with Node.js