2004-12-14から1日間の記事一覧

Unix でテンポラリファイルを確実に消す方法 (via id:nasobemeさん)

open 直後に unlink して、そのまま使いつづける メモ

Developer's Tips 2

その時点で、そのページの処理を中断し任意のページに飛ばすには PageRedirectException*1 任意のURLに飛ばすには RedirectException *1:cycle.activate() では、ページの処理は中断されず実行される。

Developer's Tips

サービスを明示的にリセットする(ResetService) 例1) ((IEngineServiceView) getPage().getEngine()).clearCachedData(); 例2) <span jwcid="@ServiceLink" service="ognl:@org.apache.tapestry.Tapestry@RESET_SERVICE">Reset Service</span> サービスをリスタートする 例1) ((IEngineServiceView) getPage().getEngine()).restart();例2)