The gateway servlet itself was a container as it stored all the references to the JSPs that it loaded.
网关 servlet 自身是一个容器,因为它将所有的引用存储到它所加载的 JSP 中。
2
In this portal environment, services required by the portal container and services used by the portal driver are defined and loaded when the Web console initializes.
在此门户环境中,当Web控制台初始化时,将定义并装入门户容器所需要的服务和门户驱动器所使用的服务。
3
The method that is called when a servlet is loaded for the first time by the servlet container is the init method.