为什么不推荐在Struts2中使用Action Chaining?
是什么让 Struts2 中的 Action Chaining 成为一个坏主意?
上面的链接建议通过“重定向结果”或“重定向操作结果”使用“发布后重定向”。重定向操作是正确的方法吗?
What makes Action Chaining in Struts2 a bad idea?
The link above suggests using Redirect After Post, via Redirect Result or Redirect Action Result. Is Redirect Action the way to go?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如该链接本身所提到的
如果过度使用链接,应用程序可能会变成“意大利面条代码”。
据我了解,这不存在性能问题。
As mentioned in that link itself
If chaining is overused, an application can turn into "spaghetti code".
As far as I understand there is no performance issue with this.