Struts体系结构实现了MVC设计模式的概念,那么它将以下选项中给出的什么分别映射为web应用中的组件?
A: View
B: Model
C: ActionServlet
D: Action
A: View
B: Model
C: ActionServlet
D: Action
举一反三
- 在 Struts应用的控制器中只包含Action、ActionServlet两种组件( )
- MVC设计模式中的M、V、C分别指?() A: Model Vue Controller B: Mysql View Controller C: Model View Constructor D: Model ViewController
- Swing中的组件往往采用MVC结构,MVC指的是Model、View和______。
- 按照MVC模式,JSP用于实现哪层组件()? A: Model B: View C: Controller D: Container
- struts是属于mvc模式的,那么这里的所有的请求都会经过的是()。 A: model B: controller C: 以上都不是 D: view