- Java EE 8 Application Development
- David R. Heffelfinger
- 104字
- 2021-07-02 22:04:58
Introduction to Java EE
The Java Platform, Enterprise Edition (Java EE) is a collection of API specifications designed to work together when developing server-side, enterprise Java applications. Java EE is a standard; there are multiple implementations of the Java EE specifications. This fact prevents vendor lock-in since code developed against the Java EE specification can be deployed to any Java EE-compliant application server with minimal or no modifications.
Java EE is developed under the Java Community Process (JCP), an organization responsible for the development of Java technology. JCP members include Oracle (the current steward of the Java platform), and the Java community at large.
推薦閱讀
- PowerCLI Cookbook
- Twilio Best Practices
- Blender 3D Incredible Machines
- Getting Started with NativeScript
- Teaching with Google Classroom
- C語言程序設計簡明教程:Qt實戰(zhàn)
- Distributed Computing in Java 9
- 一步一步跟我學Scratch3.0案例
- Python Machine Learning Cookbook
- Scrapy網絡爬蟲實戰(zhàn)
- Python預測分析與機器學習
- Visual Basic語言程序設計上機指導與練習(第3版)
- C語言王者歸來
- HTML5+CSS+JavaScript深入學習實錄
- Node.js進階之路