有什么比 Struts2 的 Tiles 更好的吗?

发布于 2024-10-29 02:05:45 字数 295 浏览 1 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

违心° 2024-11-05 02:05:45

是的。使用 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

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