Author: jkuhnert Date: Tue Mar 14 05:10:26 2006 New Revision: 385796 URL: http://svn.apache.org/viewcvs?rev=385796&view=rev Log: Applied patches
Modified: jakarta/tapestry/branches/4.0/examples/Vlib/src/context/NewBook.html jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/BorrowedBooks.page jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/NewBook.page jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/examples/index.xml jakarta/tapestry/branches/4.0/status.xml Modified: jakarta/tapestry/branches/4.0/examples/Vlib/src/context/NewBook.html URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/examples/Vlib/src/context/NewBook.html?rev=385796&r1=385795&r2=385796&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/examples/Vlib/src/context/NewBook.html (original) +++ jakarta/tapestry/branches/4.0/examples/Vlib/src/context/NewBook.html Tue Mar 14 05:10:26 2006 @@ -1,7 +1,7 @@ <html jwcid="$content$"> <body jwcid="@Border"> -<form jwcid="@Form" listener="listener:addBook" delegate="ognl:validationDelegate"> +<form jwcid="form"> <p> Enter information about the book into the form below. Fields marked with Modified: jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/BorrowedBooks.page URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/BorrowedBooks.page?rev=385796&r1=385795&r2=385796&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/BorrowedBooks.page (original) +++ jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/BorrowedBooks.page Tue Mar 14 05:10:26 2006 @@ -37,7 +37,7 @@ </component> <component id="returnRollover" type="Rollover"> <binding name="image" value="asset:return"/> - <binding name="focus" value="asset:return_h"/> + <binding name="mouseOver" value="asset:return_h"/> </component> <asset name="return" path="images/return.png"/> <asset name="return_h" path="images/return_h.png"/> Modified: jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/NewBook.page URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/NewBook.page?rev=385796&r1=385795&r2=385796&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/NewBook.page (original) +++ jakarta/tapestry/branches/4.0/examples/Vlib/src/context/WEB-INF/NewBook.page Tue Mar 14 05:10:26 2006 @@ -24,6 +24,7 @@ <component id="form" type="Form"> <binding name="listener" value="listener:addBook"/> <binding name="clientValidationEnabled" value="true"/> + <binding name="delegate" value="validationDelegate"/> </component> <component id="title" type="TextField"> Modified: jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/examples/index.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/examples/index.xml?rev=385796&r1=385795&r2=385796&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/examples/index.xml (original) +++ jakarta/tapestry/branches/4.0/src/documentation/content/xdocs/examples/index.xml Tue Mar 14 05:10:26 2006 @@ -1,33 +1,35 @@ -<?xml version="1.0"?> -<!-- - Copyright 2005 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 License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd" -[ - <!ENTITY projectroot '../'> - <!ENTITY % links.ent SYSTEM "../links.ent"> - %links.ent; -]> -<document> - <header> - <title>Tapestry Examples</title> - </header> +<?xml version="1.0"?> +<!-- + Copyright 2005 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 License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "./dtd/document-v12.dtd" +[ + <!ENTITY projectroot '../'> + <!ENTITY % links.ent SYSTEM "../links.ent"> + %links.ent; +]> +<document> + <header> + <title>Tapestry Examples</title> + </header> <body> <p> Tapestry's main distribution includes the Tapestry JAR files plus all source code for Tapestry, the Tapestry documentation, and Tapestry examples. </p> + <note> While the main source distribution does not require a 1.5 JDK, the examples do as they make use of features such + as annotations.</note> <p> Because of licensing concerns, JAR dependencies (such as Javassist) and example applications are not distributed with Tapestry itself. As an Apache Software Foundation project, the Tapestry distributions <em>must</em> be limited to just software directly provided by the ASF; nothing from outside the ASF is allowed. </p> @@ -36,51 +38,51 @@ href="http://wiki.apache.org/jakarta-tapestry/BuildingTapestry">the Wiki</link>. </p> <p> <strong>But wouldn't it be nice to just get the compiled examples, ready to take for a spin? </strong> We think - so, so we now provide the examples, precompiled, packaged, and ready to go, as a seperate distribution, from a + so, so we now provide the examples, precompiled, packaged, and ready to go, as a seperate distribution, from a non-ASF server. </p> <p> These examples are available at <link href="http://howardlewisship.com/downloads/quick-start/" - >http://howardlewisship.com/downloads/quick-start/</link> - as + >http://howardlewisship.com/downloads/quick-start/</link> + as <code>tapestry-examples-</code><em>version</em><code>.tar.gz</code>. </p> - + <p> - The distribution is a snapshot of a <link href="http://jboss.org/">JBoss</link> 4.0.2 instance, with two Tapestry applications + The distribution is a snapshot of a <link href="http://jboss.org/">JBoss</link> 4.0.2 instance, with two Tapestry applications deployed into it. - </p> - + </p> + <p> - To make use of it, unpack the distribution, which will create - a <code>jboss-tapestry-examples-</code><em>version</em> directory. Change to the - <code>bin</code> sub-directory and execute the <code>run.bat</code> or <code>run.sh</code> + To make use of it, unpack the distribution, which will create + a <code>jboss-tapestry-examples-</code><em>version</em> directory. Change to the + <code>bin</code> sub-directory and execute the <code>run.bat</code> or <code>run.sh</code> startup script. - </p> - + </p> + <p> JBoss will start up and you'll be able to access the two demonstration applications. - </p> - - + </p> + + <section> <title>Workbench</title> <p> <link href="http://localhost:8080/workbench/">http://localhost:8080/workbench/</link> - </p> - - <figure src="../images/examples/workbench.png" alt="Workbench Screenshot"/> + </p> + + <figure src="../images/examples/workbench.png" alt="Workbench Screenshot"/> <p> The workbench is a testbed for many common Tapestry components. The tabs across the top demonstrate different Tapestry features and components, including localization, input validation, exception reporting, and the Palette and Table components. </p> </section> <section> - <title>Virtual Library</title> + <title>Virtual Library</title> <p> <link href="http://localhost:8080/vlib/">http://localhost:8080/vlib/</link> - </p> - - <figure src="../images/examples/vlib.png" alt="Virtual Library Screenshot"/> - + </p> + + <figure src="../images/examples/vlib.png" alt="Virtual Library Screenshot"/> + <p> The Virtual Library is a small but complete J2EE application. It uses J2EE Entity beans with container managed persistence, and a stateless session facade, with Tapestry on the front end. The application is used to manage a @@ -91,7 +93,7 @@ <li>[EMAIL PROTECTED]</li> <li>[EMAIL PROTECTED]</li> </ul> - <p> The "ringbearer" user has administrative access. When logged in as ringbearer, you'll see + <p> The "ringbearer" user has administrative access. When logged in as ringbearer, you'll see additional menu options for managing users and publishers. </p> </section> </body> Modified: jakarta/tapestry/branches/4.0/status.xml URL: http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=385796&r1=385795&r2=385796&view=diff ============================================================================== --- jakarta/tapestry/branches/4.0/status.xml (original) +++ jakarta/tapestry/branches/4.0/status.xml Tue Mar 14 05:10:26 2006 @@ -122,6 +122,12 @@ <action type="add" dev="JK" fixes-bug="TAPESTRY-587" due-to="Jan Vissers"> Added dutch validation strings properties file. </action> + <action type="fix" dev="JK" fixes-bug="TAPESTRY-749" due-to="Brian K. Wallace" > + Fixed Vlib runtime warnings. + </action> + <action type="fix" dev="JK" fixes-bug="TAPESTRY-745" due-to="Brian K. Wallace" > + JDK 1.5 requirement added to jboss documentation in examples. + </action> </release> <release version="4.0" date="Jan 6 2006"> <action type="update" dev="HLS">Add link to DeveloperWorks Tapestry article</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]