首页

搜索结果

"tag:"tapestry5""


标题及摘要 日期/时间
1
Tapestry5 Page Navigation页面生命周期方法调用流程
Tapestry5 is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server. This page de...
2009-4-4
18:02:49
2
在AppModule里配置Tapestry5支持UTF-8国际化和Servlet开发
Tapestry5必须有一个"module builder class",很典型地,经常是叫"AppModule",AppModule经常用来定义一些新服务、覆盖原始服务、或者为服务更改配置。常用的是让Tapestry5支持UTF-8的request Encoding、忽略一些路径过滤来支持Servlet和其他Servlet Filter的开发等。下面的代码可以加在AppModule中: Tapestry5通过在web.xml下定义tapestry.app-pa...
2008-7-20
10:01:04
3
我收藏的链接(24)
Google Code - tapestry5 tapestry5代码 Tapestry5HowToCreatePieChartsInAPage - Tapestry Wiki Tapestry5创建动态jfreechart图表 Tapestry5HowToCreateADynamicPDF - Tapestry Wiki Tapestry5动态创建下载PDF文件 Tapestry5HowToStreamAnExisti...
2008-7-15
13:31:50
4
在Tapestry5框架里实现下载文件功能
在Tapestry5框架里实现下载文件功能,输出非“text/xml”,“text/html”ContentType类型。 注:(默认地,Tapestry5输出text/html,要输出text/xml,需要在Page 类声明前增加注释,@Meta("tapestry.response-content-type=text/xml")) 下面是Tapestry 5文件流请求/响应的代码示例。
2008-7-14
12:03:31
5
我收藏的链接(23)
【原创】Hibernate和memcached的集成问题 -- Java自由人 hibernate-memcached - Google Code spymemcached - Google Code memcached client客户端 Struts 2 - Welcome /var/log/mind » Performance Comparison - C++ / Java / Python / Ruby/ Jyt...
2008-7-12
9:10:54
6
Tapestry 5 自动重载page模板和page类问题
Tapestry5确实可以自动reload page tml模板和page classes,如果你的web.xml的定义是: !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" web-app display-nameMy Tapestry ...
2008-7-9
13:41:59