Tapestry

记录学习Tapestry专用布格格。很多文章都转载网络。

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  20 随笔 :: 0 文章 :: 4 评论 :: 0 Trackbacks

01 2007 档案

posted @ 2007-01-30 09:47 Tapestry 阅读(240) | 评论 (0)  编辑

     摘要: Tapestry中表单的提交有很多问题,刷新导致表单的重复提交、臭名昭著的dirty form warning、
显示不友好的URL等,这些都可以使用redirect-after-postpostredirectredirectredirectPagefriendlyUrlurl

要使用这个模式,不得不提到一个ILinkT4listener:
  阅读全文
posted @ 2007-01-29 18:56 Tapestry 阅读(874) | 评论 (1)  编辑

     摘要: 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   阅读全文
posted @ 2007-01-29 18:53 Tapestry 阅读(681) | 评论 (0)  编辑

     摘要: Tapestry4初试小结 http://www.blogjava.net/mstar/archive/2005/08/28/11393.html
  阅读全文
posted @ 2007-01-29 18:49 Tapestry 阅读(433) | 评论 (0)  编辑

posted @ 2007-01-29 18:47 Tapestry 阅读(273) | 评论 (0)  编辑

posted @ 2007-01-29 18:46 Tapestry 阅读(557) | 评论 (0)  编辑

     摘要: http://gocom.primeton.com/blog/index.php?op=ViewArticle&articleId=206&blogId=23
注意啦,Delegate堂而皇之地作为“一等公民”在C#中“直接支持”,而Tapestry这样的Java社区的著名项目又“转而采用”,给个理由先?  阅读全文
posted @ 2007-01-29 18:44 Tapestry 阅读(335) | 评论 (0)  编辑

posted @ 2007-01-29 18:33 Tapestry 阅读(398) | 评论 (0)  编辑

     摘要: 介绍:Tapestry框架底层使用了Hivemind这个小巧的IOC容器,很多功能都有相应的配置文件。
这些配置文件主要包括:service-point(服务点), implementation(服务实现),configuration-point(配置点)和contribution(配置实现)三个关键概念。
其中,服务点定义了服务的接口与默认实现,implementation可以覆盖服务点的默认实现,服务点ID和配置点ID在一个模块中必须唯一。  阅读全文
posted @ 2007-01-29 18:26 Tapestry 阅读(601) | 评论 (0)  编辑