Mashups4JSF 简介:使 Mashups 更加简单
2010-08-11 00:00:00 来源:WEB开发网清单 2. XHTML 页面中的 Mashups4JSF 标记库声明
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:mashup="http://code.google.com/p/mashups4jsf/">
将 Mashups4JSF 资源标记包含到 JSP 页面的 <head> 元素中,如清单 3 所示。
清单 3. 将 Mashups4JSF 资源标记包含到 JSP 页面的 <head> 元素中
<head>
...
<mashup:resources />
...
</head>
如果您的 JSF 应用程序是 JSF 2 应用程序,将资源标记放在 XHTML 页面的 <h:head> 元素中,如清单 4 所示。
清单 4. 将 Mashups4JSF 资源标记包含到 XHTML 页面的 <head> 元素中
<h:head>
...
<mashup:resources />
...
</h:head>
Maven2 支持
Mashups4JSF 在 Google 代码上有一个 Maven2.0 存储库。为了将 Mashups4JSF JAR 包含到您的 Maven2.0 web 应用程序中,您应当向您的应用程序 pom.xml 添加 Mashups4JSF 依赖项,如清单 5 所示。
清单 5. pom.xml 中的 Mashups4JSF Maven2 依赖项
<repositories>
...
<repository>
<id>googlecode.com</id>
<url>http://mashups4jsf.googlecode.com/svn/trunk/mashups4jsf-repo</url>
</repository>
</repositories>
<dependencies>
...
<dependency>
<groupId>com.googlecode.mashups4jsf</groupId>
<artifactId>mashups4jsf-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
Tags:MashupsJSF 简介 Mashups
编辑录入:爽爽 [复制链接] [打 印]赞助商链接