- Jakarta EE Cookbook
- Elder Moraes
- 83字
- 2021-06-24 16:12:44
How it works...
The Jakarta EE server itself will call the doGet() or doPost() methods, depending on the HTTP method used by the caller. In our recipe, we are redirecting them both to the same doRequest() method.
The init() method belongs to the servlet life cycle that's managed by the server and is executed as a first method after the servlet's instantiation.
The destroy() method also belongs to the servlet life cycle and is executed as the last method before the instance's deallocation.
推薦閱讀
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- 云原生Spring實(shí)戰(zhàn)
- 利用Python進(jìn)行數(shù)據(jù)分析
- C/C++程序員面試指南
- Internet of Things with ESP8266
- Spring Boot實(shí)戰(zhàn)
- TypeScript 2.x By Example
- 零基礎(chǔ)學(xué)C++(升級(jí)版)
- iOS Development with Xamarin Cookbook
- 你好!Java
- Isomorphic Go
- Visual FoxPro數(shù)據(jù)庫(kù)程序設(shè)計(jì)
- 走近SDN/NFV
- Python程序設(shè)計(jì)案例教程
- BackTrack 5 Cookbook