欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
SiteMesh
来自开放百科 - 灰狐
您可以在Wikipedia上了解到此条目的英文信息 SiteMesh Thanks, Wikipedia. |
sitemesh是opensymphony团队开发的j2ee应用框架之一,旨在提高页面的可维护性和复用性。opensymphony的另一个广为人知的框架为WebWork是用作web层的表示框架。他们都是开源的,可以在www.sf.net下找到。
简介
sitemesh 应用Decorator模式,用filter截取request和response,把页面组件head,content,banner结合为一个完整的视图。通常我们都是用include标签在每个jsp页面中来不断的包含各种header, stylesheet, scripts and footer,现在,在sitemesh的帮助下,我们可以开心的删掉他们了。
成功应用
应用于以下大项目的例子:http://opensource.thoughtworks.com/projects/sitemesh.html
- http://www.jboss.org
- http://www.theserverside.com
- http://www.opensymphony.com
- http://www.atlassian.com
相关文档
分享您的观点