Java 中的母版页 - JDK 1.6

发布于 2024-10-26 15:05:31 字数 206 浏览 2 评论 0原文

我正在使用 Google App Engine 在 Eclipse Helios 中构建一个网站,并希望为不同页面上的通用代码实现类似 ASP.NET 母版页的功能。 Java中有类似的东西吗?

更新: 我不是 Java 开发人员,在查看发布的答案中的链接后,我认为 Facelets 和 Tiles Framework 提供了模板功能。哪一款是首选?两者都可以在 GAE 上运行。

I am building a website in Eclipse Helios using Google App Engine and want to implement ASP.NET Master Page like functionality for common code across different pages. Is there something similar in Java?

Updated:
I am not a Java developor, after looking at the links in the posted answers, I think Facelets and Tiles Framework offer the template functionality. Which one is the preferred one? Both can run on GAE.

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

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

发布评论

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

评论(2

成熟稳重的好男人 2024-11-02 15:05:31

我对 asp.net 不太熟悉,但对母版页的简短阅读表明您正在寻找的是 JSF Facelets。 Facelets 允许您定义具有默认内容的模板以及模板客户端可以在其中插入代码的点。

模板客户端可以填写这些插入点,但不必填写所有插入点,也可以添加新的插入点。因此您还可以在其他模板上构建模板。

这里是一篇文章,您应该可以提供更好的想法JSF 模板的功能。

在 GAE 上设置 JSF 的说明为 此处

I'm not very familiar with asp.net but a short read on master pages suggest to me that what you are looking for is JSF Facelets. Facelets allows you to define a template with default content and points where template clients can insert there code.

Template clients can fill in these insert points but don't have to fill in all of them or they can add new ones. So you can also build templates on other templates.

Here is an article which should you give a better idea of what JSF templating can do.

Instructions for setting up JSF on GAE are here

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