2010年11月20日土曜日

Prudence groovy editionでフラグメントをインクルードする

Prudence groovy editionでフラグメントをインクルードするには、以下のコードを実行します。

PRUDENCE_HOME/applications/test1/web/dynamicディレクトリに
index.htmlを以下の内容で作成
<html>
<head><title>fragment test</title></head>
<body>
<%& 'fragment1/' %>
</body>
</html>


PRUDENCE_HOME/applications/test1/web/fragmentsディレクトリに
fragment1.htmlを以下の内容で作成
<p>included fragment.</p>


ブラウザでhttp://localhost:8080/test1/にアクセスする

動作環境
Prudence "Luscious Groovy" Edition R571, JDK6 Update22

関連情報
prudenceのウェブサイト
http://threecrickets.com/prudence/

0 件のコメント:

コメントを投稿