是否可以使用“前端控制器”? 在 Rails 中?

发布于 2024-07-18 12:26:37 字数 145 浏览 12 评论 0原文

在 Spring MVC 中,Dispatcher servlet 用作“前端控制器”来处理所有应用程序请求并适当地路由它们。

是否可以在 Rails 中使用这种方法,或者是否需要为每种类型的操作编写单独的控制器,而无需“交通警察”(前端控制器)指导流程?

In Spring MVC a Dispatcher servlet is used as a "front controller" to handle all of the application requests and route them appropriately.

Is it possible to use such an approach in Rails or is it required to write a separate controller for each type of action without having a "traffic cop" (front controller) directing the flow?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼眸里的那抹悲凉 2024-07-25 12:26:37

检查一下包罗万象的路线上的铁轨,我认为这就是您所追求的:

http://railscasts.com/episodes/46-catch-all-route

checkout the rails cast on catchall routes, I think this is what you are after:

http://railscasts.com/episodes/46-catch-all-route

兰花执着 2024-07-25 12:26:37

如果您想要对路由进行更细粒度的控制,也许 Merb 更适合您。

Maybe Merb is more what you're after if you want more fine grained control over routing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文