- Jakarta EE Cookbook
- Elder Moraes
- 85字
- 2021-06-24 16:12:39
Running your first Jakarta Servlet 4.0 code
Jakarta Servlet 4.0 is one the of biggest APIs of Jakarta EE 8. Since the very beginning of the Java EE platform (the old J2EE), the Servlet specification has always played a key role.
The coolest additions of this version are surely HTTP/2.0 and Server Push. Both of them bring performance improvements to your application.
This recipe will use Server Push to do one of the most basic tasks on a web page—load an image.
推薦閱讀
- Java逍遙游記
- MySQL 8從入門到精通(視頻教學版)
- Instant Apache Stanbol
- 微服務與事件驅動架構
- Responsive Web Design with HTML5 and CSS3
- Java 9 Programming Blueprints
- Python程序設計案例教程
- YARN Essentials
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 大學計算機基礎實驗指導
- Visual Basic程序設計實驗指導及考試指南
- Drupal 8 Development Cookbook(Second Edition)
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 高質量程序設計指南:C++/C語言
- C語言編程魔法書:基于C11標準