开发者

Should SiteMesh capabilities be used in smaller Grails sites?

开发者 https://www.devze.com 2023-03-24 08:59 出处:网络
Can you provide some architecture/design advice in regard to using SiteMesh capabiliti开发者_Python百科es versus partial templates or other gsp capabilities for smaller grails sites?

Can you provide some architecture/design advice in regard to using SiteMesh capabiliti开发者_Python百科es versus partial templates or other gsp capabilities for smaller grails sites?

Thanks


I don't see why you wouldn't use Grails' built-in SiteMesh layouts for almost everything that deals with standard laying-out of pages (especially on smaller sites, where performance is probably a non-issue).

By not using it, you'd be working against what Grails is providing for you as a convenience.

0

精彩评论

暂无评论...
验证码 换一张
取 消