readme
来自「JAVA分布式程序学习的课件(全英文)」· 代码 · 共 16 行
TXT
16 行
This sample illustrates the use of a servlet controller
to direct requests to various servlets.
When the first.html page is browsed, three submit buttons
are displayed. Each button invokes a servlet called Controller.
The Controller servlet forwards the request to three different
servlets, depending on which submit button was pushed.
The technique of using a controller servlet helps to organize
an application that require the collaboration of multiple
servlets.
This technique, when used in conjuction with Java Server Pages,
is the basis of the Model-View-Controller design pattern.
Professor M. Liu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?