01 2007 檔案
摘要: Tapestry中表單的提交有很多問題,刷新導(dǎo)致表單的重復(fù)提交、臭名昭著的dirty form warning、
顯示不友好的URL等,這些都可以使用redirect-after-postpostredirectredirectredirectPagefriendlyUrlurl
要使用這個模式,不得不提到一個ILinkT4listener:
閱讀全文
顯示不友好的URL等,這些都可以使用redirect-after-postpostredirectredirectredirectPagefriendlyUrlurl
要使用這個模式,不得不提到一個ILinkT4listener:
閱讀全文
摘要: The toolkit known as GWT is all about creating dynamic client side javascript widgets and applications. The intriguing part of the toolkit is that these "scripty" bits are written as normal Java source code and are transcoded by the GWT compiler into relatively small and efficient javascript code. A "hosted" environment is provided by the toolkit which embeds a browser where developers can load their GWT enabled pages during development. When a page is loaded into this embedded browser, the GWT 閱讀全文
摘要: Tapestry4初試小結(jié) http://www.aygfsteel.com/mstar/archive/2005/08/28/11393.html
閱讀全文
閱讀全文
摘要: http://gocom.primeton.com/blog/index.php?op=ViewArticle&articleId=206&blogId=23
注意啦,Delegate堂而皇之地作為“一等公民”在C#中“直接支持”,而Tapestry這樣的Java社區(qū)的著名項目又“轉(zhuǎn)而采用”,給個理由先? 閱讀全文
注意啦,Delegate堂而皇之地作為“一等公民”在C#中“直接支持”,而Tapestry這樣的Java社區(qū)的著名項目又“轉(zhuǎn)而采用”,給個理由先? 閱讀全文
摘要: 介紹:Tapestry框架底層使用了Hivemind這個小巧的IOC容器,很多功能都有相應(yīng)的配置文件。
這些配置文件主要包括:service-point(服務(wù)點), implementation(服務(wù)實現(xiàn)),configuration-point(配置點)和contribution(配置實現(xiàn))三個關(guān)鍵概念。
其中,服務(wù)點定義了服務(wù)的接口與默認實現(xiàn),implementation可以覆蓋服務(wù)點的默認實現(xiàn),服務(wù)點ID和配置點ID在一個模塊中必須唯一。 閱讀全文
這些配置文件主要包括:service-point(服務(wù)點), implementation(服務(wù)實現(xiàn)),configuration-point(配置點)和contribution(配置實現(xiàn))三個關(guān)鍵概念。
其中,服務(wù)點定義了服務(wù)的接口與默認實現(xiàn),implementation可以覆蓋服務(wù)點的默認實現(xiàn),服務(wù)點ID和配置點ID在一個模塊中必須唯一。 閱讀全文