任何框架项目都可以使用Struts-taglib吗
我读过这里一个缺点有些人可能会发现使用 Spring MVC 而不是 Struts 是 Struts 具有输出 HTML 代码的标签,而 Spring 具有不生成 HTML 的标签。
我的问题是,您不能通过将正确的 jar 放入 WEB-INF/lib 文件夹来在 Spring MVC 项目(或任何其他类型的框架项目)中使用 Struts tag-lib 吗?
任何澄清表示赞赏,谢谢。
I have read here that one disadvantage that some may find with using Spring MVC over Struts is that Struts has tags that output HTML code, while Spring has tags that don't generate HTML.
My question is can't you just use the Struts tag-lib in a Spring MVC project (or any other kind of framework project), by dropping the right jar into the WEB-INF/lib folder?
Any clarification is appreciated, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring 确实与 Struts 集成。这并不像仅仅删除 JAR 及其依赖项那么简单;你必须配置Spring才能了解支柱。
Spring does integrate with Struts. It's not as easy as just dropping the JAR and its dependencies; you have to configure Spring to know about Struts.