- Java EE 8 Design Patterns and Best Practices
- Rhuan Rocha Jo?o Purifica??o
- 173字
- 2021-07-23 16:54:54
The difference between the application controller and front controller patterns
The application controller and front controller patterns are quite similar and can create confusion for some users. The problem that the application controller pattern and front controller patterns solve are similar because both are used to centralize the logic at one point. As well as that, both work together using the design pattern command.
The main difference between the application controller and the front controller is that the application controller works to solve the complexity of view and flow page logic, and the front controller works to solve the complexity of the requests and the configurations of them. When the view and flow logic is simple, all logic is sometimes inserted into the front controller, and the application controller is not then used. However, when the logic within the view and flow page is complex, it is recommended to use the application controller in order to decouple the view and flow logic and organize the code.
- Modern Web Testing with TestCafe
- Puppet實戰
- Kali Linux滲透測試全流程詳解
- Hands-On DevOps with Vagrant
- Windows Server 2012 Hyper-V Cookbook
- 異質結原理與器件
- Linux網絡內核分析與開發
- Windows Phone 8 Application Development Essentials
- 奔跑吧 Linux內核(入門篇)
- VMware NSX Cookbook
- Application Development in iOS 7
- jQuery UI Cookbook
- Windows 7應用入門與技巧
- Python UNIX和Linux系統管理指南
- 分布式系統設計實踐