- Jakarta EE Cookbook
- Elder Moraes
- 156字
- 2021-06-24 16:12:32
To get the most out of this book
You should be familiar with application development and you need to have at least basic knowledge of Java and Jakarta EE. Basic knowledge of cloud computing and web services is also assumed.
Software/hardware covered in the book OS requirements
Open JDK 8 or superior Linux/macOS/Windows
Maven 3.5 Linux/macOS/Windows
Eclipse GlassFish 5.1 Linux/macOS/Windows
Docker CE 18 Linux/macOS/Windows
Git SCM 2.16 Linux/macOS/Windows
If when trying to run any of the code in this book you got a message saying that the "address is already in use" or something like it, you probably have an other service/application using the same port that the example is trying to use. Closing it will fix this issue.
推薦閱讀
- Node.js Design Patterns
- Visual C++數字圖像模式識別技術詳解
- Python Deep Learning
- Mastering PHP Design Patterns
- MATLAB應用與實驗教程
- Blender 3D Incredible Machines
- TypeScript項目開發實戰
- UVM實戰
- Python深度學習:模型、方法與實現
- 利用Python進行數據分析
- Learning Node.js for .NET Developers
- BeagleBone Robotic Projects(Second Edition)
- C++程序設計教程(第2版)
- scikit-learn Cookbook(Second Edition)
- 程序員必會的40種算法