Author: hlship
Date: Wed Feb 28 17:31:53 2007
New Revision: 513088
URL: http://svn.apache.org/viewvc?view=rev&rev=513088
Log:
Add screencast #5
Added:
tapestry/tapestry5/tapestry-project/trunk/src/site/resources/screencast_5.html
Modified:
tapestry/tapestry5/tapestry-project/trunk/src/site/apt/screencast.apt
Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/screencast.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/screencast.apt?view=diff&rev=513088&r1=513087&r2=513088
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/screencast.apt
(original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/screencast.apt Wed
Feb 28 17:31:53 2007
@@ -31,8 +31,14 @@
Screencast #4
- Howard demostrates the BeanEditForm component to build a simple UI for
collecting some registration data from the user.
+ Howard demonstrates the BeanEditForm component to build a simple UI for
collecting some registration data from the user.
{{{screencast_4.html}Tapestry 5 Screencast #4 -- 15 Feb 2007}} 12:22
+
+Screencast #5
+
+ Howard shows off the powerful Grid component, used to view and navigate
large data sets.
+
+ {{{screencast_5.html}Tapestry 5 Screencast #5 -- 28 Feb 2007}} 10:46
Added:
tapestry/tapestry5/tapestry-project/trunk/src/site/resources/screencast_5.html
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/resources/screencast_5.html?view=auto&rev=513088
==============================================================================
---
tapestry/tapestry5/tapestry-project/trunk/src/site/resources/screencast_5.html
(added)
+++
tapestry/tapestry5/tapestry-project/trunk/src/site/resources/screencast_5.html
Wed Feb 28 17:31:53 2007
@@ -0,0 +1,174 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+ <head>
+ <title>Apache Tapestry - Tapestry Screencasts</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="../" id="bannerLeft">
+
+ <img src="images/tapestry_banner.gif" alt=""/>
+
+ </a>
+ <a href="http://www.apache.org" id="bannerRight">
+
+ <img src="images/asf_logo_wide.gif" alt=""/>
+
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+ <div class="xleft"> Last Published: 28 Feb 2007 </div>
+ <div class="xright">
+ <a href="../">Tapestry</a> | <a
href="http://www.apache.org/">Apache</a>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+ <h5>Tapestry 5 Project</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Screencasts</strong>
+ </li>
+
+ <li class="none">
+ <a href="struts.html">Tapestry for Struts Developers</a>
+ </li>
+ </ul>
+ <h5>Tapestry 5 Modules</h5>
+ <ul>
+
+ <li class="none">
+ <a href="tapestry-core/">tapestry-core</a>
+ </li>
+
+ <li class="none">
+ <a href="tapestry-ioc">tapestry-ioc</a>
+ </li>
+ </ul>
+ <h5>Tapestry 5 Archetypes</h5>
+ <ul>
+
+ <li class="none">
+ <a href="tapestry-simple/">tapestry-simple</a>
+ </li>
+ </ul>
+ <h5>Developer Info</h5>
+ <ul>
+
+ <li class="none">
+ <a href="tap5devwiki.html">DevWiki</a>
+ </li>
+
+ <li class="none">
+ <a href="dev/env.html">Environment</a>
+ </li>
+ </ul>
+ <h5>Project Documentation</h5>
+ <ul>
+
+
+
+
+
+
+
+
+
+
+
+ <li class="collapsed">
+ <a href="project-info.html">Project Information</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built by Maven"
id="poweredBy">
+ <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+ </a>
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+
+ <h2> Screencast #5 </h2>
+
+
+ <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
+ CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" HEIGHT="616"
WIDTH="816">
+
+
+
+ <PARAM NAME="src"
+
VALUE="http://howardlewisship.com/screencasts/tapestry5_screencast5.mov"/>
+
+ <PARAM NAME="AutoPlay" VALUE="true"/>
+
+ <PARAM NAME="Controller" VALUE="true"/>
+
+
+
+ <EMBED
SRC="http://howardlewisship.com/screencasts/tapestry5_screencast5.mov"
+ HEIGHT="616" WIDTH="816" TYPE="video/quicktime"
+ PLUGINSPAGE="http://www.apple.com/quicktime/download/"
AUTOPLAY="true"
+ CONTROLLER="true"/>
+
+
+
+ </OBJECT>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">© 2006-2007 Apache Software Foundation </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>