Tapestry
记录学习Tapestry专用布格格。很多文章都转载网络。
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
::
20 随笔 :: 0 文章 :: 4 评论 :: 0 Trackbacks
<
2007年1月
>
日
一
二
三
四
五
六
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
Tapestry(17)
(rss)
随笔档案
2007年8月 (1)
2007年4月 (2)
2007年3月 (4)
2007年1月 (9)
2005年12月 (1)
2005年11月 (3)
收藏夹
Tapestry(1)
(rss)
Blog
干煸四季豆
(rss)
Tapestry
EWDT
Tapestry book: Enjoying Web Development with Tapestry
Tacos
搜索
最新评论
1. re: [转载]在Tapestry中使用redirect-after-post模式控制表单提交[未登录]
评论内容较长,点击标题查看
--过客
2. re: Trails
thanks, 这个Quick Start居然拉出Eclipse和Firebird, 看上去不太rails啊, 更像是appfuse式的
--Water Ye
3. re: Trails
评论内容较长,点击标题查看
--Tapestry
4. re: Trails
没有玩Tapestry, 对Trails也没有了解太多, 好像上次出了0.8版本, 来个hello world看看
--Water Ye@ITO
阅读排行榜
1. Redirect After Post(1616)
2. [转]Tapestry内部工作原理的笔记(1089)
3. [转载]在Tapestry中使用redirect-after-post模式控制表单提交(874)
4. [转载] Tapestry 4.0 学习笔记v1(709)
5. [转载]Google Web Toolkit Modules in Tapestry Pages(681)
评论排行榜
1. Trails (3)
2. [转载]在Tapestry中使用redirect-after-post模式控制表单提交(1)
3. [转载]Google Web Toolkit Modules in Tapestry Pages(0)
4. [转载]Tapestry4初试小结(0)
5. [转载] Tapestry的函数的执行顺序(0)
01 2007 档案
Howard他老说“I'm thinking about starting a vote to do a preview release of Tapestry 5”
posted @
2007-01-30 09:47
Tapestry 阅读(240) |
评论 (0)
编辑
[转载]在Tapestry中使用redirect-after-post模式控制表单提交
摘要: Tapestry中表单的提交有很多问题,刷新导致表单的重复提交、臭名昭著的dirty form warning、
显示不友好的URL等,这些都可以使用redirect-after-postpostredirectredirectredirectPagefriendlyUrlurl
要使用这个模式,不得不提到一个ILinkT4listener:
阅读全文
posted @
2007-01-29 18:56
Tapestry 阅读(874) |
评论 (1)
编辑
[转载]Google Web Toolkit Modules in Tapestry Pages
摘要: 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初试小结
摘要: Tapestry4初试小结 http://www.blogjava.net/mstar/archive/2005/08/28/11393.html
阅读全文
posted @
2007-01-29 18:49
Tapestry 阅读(433) |
评论 (0)
编辑
[转载] Tapestry的函数的执行顺序
posted @
2007-01-29 18:47
Tapestry 阅读(273) |
评论 (0)
编辑
[转载] Tapestry页面提交执行顺序
posted @
2007-01-29 18:46
Tapestry 阅读(557) |
评论 (0)
编辑
[转载]委托(Delegate)与Tapestry
摘要: 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)
编辑
[转载]Tapestry4.0上传文件大小设定
posted @
2007-01-29 18:33
Tapestry 阅读(398) |
评论 (0)
编辑
[转载]Tapestry框架的扩展的研究
摘要: 介绍:Tapestry框架底层使用了Hivemind这个小巧的IOC容器,很多功能都有相应的配置文件。
这些配置文件主要包括:service-point(服务点), implementation(服务实现),configuration-point(配置点)和contribution(配置实现)三个关键概念。
其中,服务点定义了服务的接口与默认实现,implementation可以覆盖服务点的默认实现,服务点ID和配置点ID在一个模块中必须唯一。
阅读全文
posted @
2007-01-29 18:26
Tapestry 阅读(601) |
评论 (0)
编辑
Powered by:
BlogJava
Copyright © Tapestry