有什么比 Struts2 的 Tiles 更好的吗?
我是 Struts 2 世界的新手。我刚刚弄清楚如何使用 Convention 插件,我必须说它非常好。
然而,我所有的 JSP 文件当然都有完整的头部、标题等。我想构建一个可重用的模板并插入各种视图(很像 Rails 使用 application.html.erb 的方式)
我让 Tiles 可以工作之前在 Struts 1 站点上,那简直就是一场噩梦。在我的 Struts 2 应用程序中,我使用约定模式,因此我几乎没有 XML,并且希望保持这种方式。
除了 Tiles 之外,还有更简单的方法吗?
谢谢。
I'm new to the Struts 2 world. I just figured out how to use the Convention plugin and I must say it's quite nice.
However, all of my JSP files of course have the complete head, title, etc. I want to build a reusable template and plug in various views (much like how Rails does it with the application.html.erb)
I got Tiles to work on a Struts 1 site before and it was a total nightmare. In my Struts 2 app, I am using the convention pattern so I have had almost no XML and would like to keep it that way.
Is there an easier way to do this other than Tiles?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。使用 JSP 2.0 标记文件功能。我之前回答过类似的问题,可能对你有用。
JSP,它可以像Ruby/Rails/Erb中的yield、layout、content_for一样工作吗
Yes. Use the JSP 2.0 tag file feature. My answer to a previous, similar question may be of some use to you.
JSP, can it work similar to yield, layout, content_for in Ruby/Rails/Erb