sitemesh官网简介,安装配置教程。(非常适合新手)
? ? 新手一枚,最近研究openfire,看到網上資料其頁面布局用的是sitemesh,第一次聽說,上網查了好多資料,也看了好多博客介紹,覺得好神奇的技術(高手勿噴)。不過我也很好奇現在和sitemesh類似的相關的主流技術是啥? 求高手指點下……(以前只知道用jsp include)
?
? ? 覺得最好最完備的入門教程還是要看官網的教程,那是各種詳細,一般能看懂一些簡單的英文就ok了……?
? ??
? ??Sitemesh的官網: ?http://wiki.sitemesh.org/display/sitemesh/Home
?
先復制點簡介過來吧,幫助理解sitemesh。尤其是那副配圖,很清晰明了的表達了sitemesh的作用。順便還附帶了 下載地址……
對了,官網教程里推薦的ide ? ?STS:SpringSource ?Tool ?Suite,我也是第一次看到,確實和Myeclipse差不多,都是基于eclipse……之所以用sts, ?對于我來說,只是以為可以直接import 一個war包,在sts里形成一個完整的項目。在Myeclipse里導入war包,可以實現,但是像sts這樣直接導入形成一個項目,我還不會…… ?誰會的可以教教我……先謝謝啦……
?
What is SiteMesh?
SiteMesh is a lightweight and flexible Java web application framework that applies the Gang of Four?decorator pattern?to allow a clean separation of content from presentation.
Work with the simple content of your website and have the appropriate look and feel applied (decorated) just before delivery to a PC or Mobile device.
- SiteMesh is?easy?to learn.?5 minutes to setup, and 10 minutes to start being useful.
- SiteMesh?integrates?quickly starting with just 4 files.
At the same time, SiteMesh has many?advanced features?and works with popular frameworks such as?Spring?and?Struts.
Why Use SiteMesh
Write your content once and present it in many different ways,
| |
Let's Hear Some More
SiteMesh uses?Filters?introduced since Java Servlet version 2.3.
- SiteMesh intercepts requests to any generated HTML page, processes the content and then merges it with one or more decorators to build the final result.
- SiteMesh can also be used to compose large pages of smaller pages and layouts.
- SiteMesh can be used in Java based web-applications, or applied to content as an offline job.
For a good overview, see?Mike Cannon-Brookes' PowerPoint?presented at the Vegas Server Side Symposium.
Download
Download SiteMesh 2.4.2, a stable, rock solid and Production proven release or check out?SiteMesh 3 Alpha.
Labels: None9 Child Pages?
Page:?Learn - Getting Started with SiteMeshPage:?Learn - SiteMesh Bells and WhistlesPage:?Learn - Advanced SiteMeshPage:?Learn - DocumentationPage:?DownloadPage:?FAQPage:?Bug TrackerPage:?DiscussPage:?About SiteMesh?
轉載于:https://www.cnblogs.com/ElfLove/p/3264958.html
總結
以上是生活随笔為你收集整理的sitemesh官网简介,安装配置教程。(非常适合新手)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 另类的 高版本数据库 转换到 低版本数
- 下一篇: opencv 实现进度控制