Front controller

本文探讨了前端控制器模式的核心概念及其在处理系统请求中的作用。详细介绍了控制器作为初始接触点的功能,如何集中处理展示层请求,并通过分发或直接转发请求到业务逻辑层或视图层来避免代码重复。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Front controller
1. The controller is the initilal contact point for handling all the requests in system,
2. The controller actually is a centralized access point for presentation tier request handling, if the user access the view(like jsp files) without going through a centralized point. it may lead to problems, that the each view is required to provide its own system services, resulting in duplicate code.for example: in thr front controller,
2.1.we can dispatch the request to delegate tier to handle special business logic,
2.2.we can directly forward the request to view tier
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值