- 浏览: 78100 次
- 来自: ...
-
最新评论
-
Linuxboy:
配置介绍原文:https://fedoraproject.or ...
xorg-server禁用hal的配置方法[from Fedora] -
Linuxboy:
网上有很多关于mysql,hibernate,proxool等 ...
T5学习小结之五(tapestry-hibernate的基本应用) -
lucumu:
请问,数据库怎么配置阿
T5学习小结之五(tapestry-hibernate的基本应用) -
Linuxboy:
最新版本的mplayer已经支持ASS了。
gnome-mplayer:轻盈小巧的mplayer前端 -
Linuxboy:
sun58224 写道RequestGlobals, requ ...
Tapestry5学习小结之六(CJK解决方案)
文章列表
本文转自:http://bclxz520.iteye.com/blog/56403
[备注:从文章的内容来看,应该是示例Block的用法。]
java 代码
// Copyright 2007 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Licen ...
- 2007-02-28 10:57
- 浏览 2552
- 评论(1)
Start.html
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>${message:page-title}</title>
...
一个简单的Login流程:Login.html -> Start.html
Login.html
xml 代码
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>login ...
我最早接触的Web框架是struts,但是因为一开始就已经在网上听过了有关struts的负面评论,所以只是了解了一下,并没有深入去学。
后来看来Tapestry,觉得挺不错。对于很多人说的学习曲线高的问题,于我来说却不是大问题,因为我是刚开始学习Java,甚至可以说是刚开始学编程,在此之前并没有真正系统地学习过任何一种编程语言,一切都是新的开始。因此,我感受不到学习Tapestry要经历的编程思维转变之苦。于是,我开始了我的Tapestry学习历程。
最早看到的关于Tapestry的文档是董黎伟的《Tapestry开发指南0.9》,但里面使用的是Tapestry3,而 ...
- 2006-12-12 10:05
- 浏览 2711
- 评论(0)