- Jakarta EE Cookbook
- Elder Moraes
- 33字
- 2021-06-24 16:12:36
There's more...
The behavior would be exactly the same in a Jakarta EE 8 server. You just wouldn't need SeContainerInitializer and would need to change the dependencies to the following:
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>8.0.0</version>
</dependency>
推薦閱讀
- Web應用系統開發實踐(C#)
- AIRAndroid應用開發實戰
- Scratch 3游戲與人工智能編程完全自學教程
- Mastering Python Networking
- Android Native Development Kit Cookbook
- 單片機應用與調試項目教程(C語言版)
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- 時空數據建模及其應用
- Illustrator CS6設計與應用任務教程
- Magento 2 Beginners Guide
- 大數據時代的企業升級之道(全3冊)
- HTML5移動前端開發基礎與實戰(微課版)
- Java高級程序設計
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- Swift iOS Programming for Kids