欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
SiteMesh
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
− | + | sitemesh是opensymphony团队开发的j2ee应用框架之一,旨在提高页面的可维护性和复用性。opensymphony的另一个广为人知的框架为WebWork是用作web层的表示框架。他们都是开源的,可以在www.sf.net下找到。 | |
==简介== | ==简介== | ||
第6行: | 第6行: | ||
==成功应用== | ==成功应用== | ||
应用于以下大项目的例子:http://opensource.thoughtworks.com/projects/sitemesh.html | 应用于以下大项目的例子:http://opensource.thoughtworks.com/projects/sitemesh.html | ||
− | * www.jboss.org | + | * http://www.jboss.org |
− | * www.theserverside.com | + | * http://www.theserverside.com |
− | * www.opensymphony.com | + | * http://www.opensymphony.com |
− | * www.atlassian.com | + | * http://www.atlassian.com |
==相关文档== | ==相关文档== |
2007年1月6日 (六) 22:24的版本
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
相关文档
- 使用sitemesh建立复合视图 - 1.hello http://www.huihoo.com/java/sitemesh/index.html
- 使用sitemesh建立复合视图 - 2.装饰器 http://www.huihoo.com/java/sitemesh/2.html
- 使用sitemesh建立复合视图 - 3.其它讨论 http://www.huihoo.com/java/sitemesh/3.html
分享您的观点