Author: buildbot
Date: Mon Dec 15 03:20:19 2014
New Revision: 932777

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/introduction.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/introduction.html
==============================================================================
--- websites/production/tapestry/content/introduction.html (original)
+++ websites/production/tapestry/content/introduction.html Mon Dec 15 03:20:19 
2014
@@ -73,7 +73,7 @@
                     <span class="icon icon-page" title="Page">Page:</span>     
       </div>
 
             <div class="details">
-                            <a shape="rect" 
href="introduction.html">Introduction</a>
+                            <a shape="rect" 
href="tapestry-for-jsf-users.html">Tapestry for JSF Users</a>
                     
                 
                             </div>
@@ -82,7 +82,7 @@
                     <span class="icon icon-page" title="Page">Page:</span>     
       </div>
 
             <div class="details">
-                            <a shape="rect" 
href="tapestry-for-jsf-users.html">Tapestry for JSF Users</a>
+                            <a shape="rect" 
href="principles.html">Principles</a>
                     
                 
                             </div>
@@ -91,7 +91,7 @@
                     <span class="icon icon-page" title="Page">Page:</span>     
       </div>
 
             <div class="details">
-                            <a shape="rect" 
href="principles.html">Principles</a>
+                            <a shape="rect" 
href="getting-started.html">Getting Started</a>
                     
                 
                             </div>
@@ -100,7 +100,7 @@
                     <span class="icon icon-page" title="Page">Page:</span>     
       </div>
 
             <div class="details">
-                            <a shape="rect" 
href="getting-started.html">Getting Started</a>
+                            <a shape="rect" 
href="tapestry-tutorial.html">Tapestry Tutorial</a>
                     
                 
                             </div>
@@ -109,50 +109,12 @@
                     <span class="icon icon-page" title="Page">Page:</span>     
       </div>
 
             <div class="details">
-                            <a shape="rect" 
href="tapestry-tutorial.html">Tapestry Tutorial</a>
+                            <a shape="rect" 
href="introduction.html">Introduction</a>
                     
                 
                             </div>
         </li></ul>
-</div> 
-
-<h2 id="Introduction-WhatisApacheTapestry?">What is Apache Tapestry?</h2>
-
-<p>Apache Tapestry 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.</p>
-
-<p>Tapestry divides a web application into a set of pages, each constructed 
from components. This provides a consistent structure, allowing the Tapestry 
framework to assume responsibility for key concerns such as URL construction 
and dispatch, persistent state storage on the client or on the server, user 
input validation, localization/internationalization, and exception reporting. 
Developing Tapestry applications involves creating HTML templates using plain 
HTML, and adding a small java class for each. In Tapestry, you create your 
application in terms of objects, and the methods and properties of those 
objects &#8211; and specifically not in terms of URLs and query parameters. 
Tapestry brings true object oriented development to Java web applications.</p>
-
-<p>Tapestry is specifically designed to make creating new components very 
easy, as this is a routine approach when building applications.</p>
-
-<p>Tapestry is architected to scale from tiny, single-page applications all 
the way up to massive applications consisting of hundreds of individual pages, 
developed by large, diverse teams. Tapestry easily integrates with any kind of 
backend, including JEE, Spring and Hibernate.</p>
-
-<p>It's more than what you can do with Tapestry ... it's also how you do it! 
Tapestry is a vastly productive environment. Java developers love it because 
they can make Java code changes and see them immediately ... no redeploy, no 
restart! And it's blazingly fast to boot (even when files have changed). 
Designers love it because Tapestry templates are so close to ordinary HTML, 
without all the cruft and confusion seen in <a shape="rect" 
href="tapestry-for-jsf-users.html">JavaServer Pages</a>. Managers love it 
because it makes it easy for large teams to work together productively, and 
because they know important features (including localization) are baked right 
in. Once you work in Tapestry there's no going back!</p>
-
-<p>Tapestry is released under the Apache Software License 2.0.</p>
-
-<h2 id="Introduction-ThirdPartyLibraries,TutorialsandResources">Third Party 
Libraries, Tutorials and Resources</h2>
-
-<p>A number of third party libraries, tutorials and resources are listed on 
the <a shape="rect" href="modules.html">Modules</a> page.</p>
-
-<h2 id="Introduction-AboutReleasesandSnapshots">About Releases and 
Snapshots</h2>
-
-<p>Most users will want to use the latest stable release of Tapestry, and for 
that your best bet for new projects is to use the Quickstart Maven archetype to 
create your initial Tapestry project, as described on the <a shape="rect" 
href="getting-started.html">Getting Started</a> page. The Quickstart archetype 
generates a full, working project directory. For upgrading existing projects, 
just use the Maven dependency listed on the <a shape="rect" 
href="download.html">Download</a> page.</p>
-
-<p>You can also pull down Tapestry modules in the form of binary and source 
JARs from the <a shape="rect" class="external-link" 
href="http://search.maven.org/#browse"; title="1738327132" >Maven Central 
repository</a>.</p>
-
-<p>Tapestry itself is built using Gradle, which makes it really easy to 
download the source and build it yourself, either the whole project, or just 
one single module.</p>
-
-<p>The use of Maven and Gradle has let us move with great speed, providing 
preview releases and snapshots.</p>
-
-<p>Snapshots are intermediate versions of releases, with "-SNAPSHOT" at the 
end of the version number.  keys off that -SNAPSHOT suffix and handles the 
dependency specially. It knows that snapshot releases can change frequently, so 
it will keep checking (at least once a day, maybe more often) to see if there's 
an updated version of the snapshot.</p>
-
-<p>A nightly build process on Tapestry's continuous integration server creates 
new snapshots every night.</p>
-
-<p>Snapshots don't go in the Maven central repository (that's reserved for 
full releases). Instead, they go into the Tapestry snapshots repository at <a 
shape="rect" class="external-link" 
href="https://repository.apache.org/content/groups/snapshots/org/apache/tapestry/";>https://repository.apache.org/content/groups/snapshots/org/apache/tapestry/</a>.</p>
-
-<p>To access the snapshot repository, just add 
<code>-DremoteRepositories=<span 
class="nolink">http://repository.apache.org/snapshots/</span></code> to the 
command line when running Maven.</p>
-
-<p>Documentation on this site sometimes refers to the latest snapshot ... that 
is, it is often ahead of the last official release, with version-specific 
differences clearly marked. In some cases, it is written as if the snapshot 
release is stable. For example, if documentation refers to version 5.4.x and 
that hasn't been released yet, you can try 5.4.x-SNAPSHOT.</p></div>
+</div><h2 id="Introduction-WhatisApacheTapestry?">What is Apache 
Tapestry?</h2><p>Apache Tapestry 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.</p><p>Tapestry divides a web application into 
a set of pages, each constructed from components. This provides a consistent 
structure, allowing the Tapestry framework to assume responsibility for key 
concerns such as URL construction and dispatch, persistent state storage on the 
client or on the server, user input validation, 
localization/internationalization, and exception reporting. Developing Tapestry 
applications involves creating HTML templates using plain HTML, and adding a 
small java class for each. In Tapestry, you create your application in terms of 
objects, and the methods and properties of those objects &#8211; and 
specifically not in terms of URLs 
 and query parameters. Tapestry brings true object oriented development to Java 
web applications.</p><p>Tapestry is specifically designed to make creating new 
components very easy, as this is a routine approach when building 
applications.</p><p>Tapestry is architected to scale from tiny, single-page 
applications all the way up to massive applications consisting of hundreds of 
individual pages, developed by large, diverse teams. Tapestry easily integrates 
with any kind of backend, including JEE, Spring and Hibernate.</p><p>It's more 
than what you can do with Tapestry ... it's also how you do it! Tapestry is a 
vastly productive environment. Java developers love it because they can make 
Java code changes and see them immediately ... no redeploy, no restart! And 
it's blazingly fast to boot (even when files have changed). Designers love it 
because Tapestry templates are so close to ordinary HTML, without all the cruft 
and confusion seen in <a shape="rect" href="tapestry-for-jsf-users.html
 ">JavaServer Pages</a>. Managers love it because it makes it easy for large 
teams to work together productively, and because they know important features 
(including localization) are baked right in. Once you work in Tapestry there's 
no going back!</p><p>Tapestry is released under the Apache Software License 
2.0.</p><h2 id="Introduction-ThirdPartyLibraries,TutorialsandResources">Third 
Party Libraries, Tutorials and Resources</h2><p>A number of third party 
libraries, tutorials and resources are listed on the <a shape="rect" 
href="modules.html">Modules</a> page.</p><h2 
id="Introduction-AboutReleasesandSnapshots">About Releases and 
Snapshots</h2><p>Most users will want to use the latest stable release of 
Tapestry, and for that your best bet for new projects is to use the Quickstart 
Maven archetype to create your initial Tapestry project, as described on the <a 
shape="rect" href="getting-started.html">Getting Started</a> page. The 
Quickstart archetype generates a full, working project di
 rectory. For upgrading existing projects, just use the Maven dependency listed 
on the <a shape="rect" href="download.html">Download</a> page.</p><p>You can 
also pull down Tapestry modules in the form of binary and source JARs from the 
<a shape="rect" class="external-link" href="http://search.maven.org/#browse"; 
title="1738327132" >Maven Central repository</a>.</p><p>Tapestry itself is 
built using Gradle, which makes it really easy to download the source and build 
it yourself, either the whole project, or just one single module.</p><p>The use 
of Maven and Gradle has let us move with great speed, providing preview 
releases and snapshots.</p><p>Snapshots are intermediate versions of releases, 
with "-SNAPSHOT" at the end of the version number. Maven notices that -SNAPSHOT 
suffix and handles the dependency specially. It knows that snapshot releases 
can change frequently, so it will keep checking (at least once a day, maybe 
more often) to see if there's an updated version of the snapshot.<
 /p><p>A nightly build process on Tapestry's continuous integration server 
creates new snapshots every night.</p><p>Snapshots don't go in the Maven 
central repository (that's reserved for full releases). Instead, they go into 
the Tapestry snapshots repository at <a shape="rect" class="external-link" 
href="https://repository.apache.org/content/groups/snapshots/org/apache/tapestry/";>https://repository.apache.org/content/groups/snapshots/org/apache/tapestry/</a>.</p><p>To
 access the snapshot repository, just add <code>-DremoteRepositories=<span 
class="nolink">http://repository.apache.org/snapshots/</span></code> to the 
command line when running Maven.</p><p>Documentation on this site sometimes 
refers to the latest snapshot ... that is, it is often ahead of the last 
official release, with version-specific differences clearly marked. In some 
cases, it is written as if the snapshot release is stable. For example, if 
documentation refers to version 5.4.x and that hasn't been released yet, y
 ou can try 5.4.x-SNAPSHOT.</p></div>
 </div>
 
 <div class="clearer"></div>


Reply via email to