Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Tiles 和 Sitemesh 很多年了,虽然我个人更喜欢 Sitemesh 风格的页面装饰,但我通常在 Internet 上并没有看到很多关于 Sitemesh 或 Tiles 的提及。
人们是否积极使用 Tiles 和/或 Sitemesh,或者是否有其他图书馆已经接管了这种能力?
我使用 sitemesh,因为它的侵入性比瓷砖小。但是我认为瓷砖通常与结构 1.x 结合使用?
我们使用 Sitemesh,但我不是粉丝。
我们几乎完全使用 apply-decorator 功能,以便将我们的标准页面布局之一包装在每个页面的独特内容周围。我相信使用 JSP 标记文件会更好,因为它们内置在每个容器中,并且是 JSP 规范的一部分。
我没有对其进行分析,但是为了找到站点网格标签并执行重写而不必要地重新解析所有页面内容服务器端也一直困扰着我。