Return-Path: Delivered-To: apmail-tiles-commits-archive@locus.apache.org Received: (qmail 53169 invoked from network); 18 Apr 2007 12:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 12:24:19 -0000 Received: (qmail 96151 invoked by uid 500); 18 Apr 2007 12:24:25 -0000 Delivered-To: apmail-tiles-commits-archive@tiles.apache.org Received: (qmail 96123 invoked by uid 500); 18 Apr 2007 12:24:25 -0000 Mailing-List: contact commits-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tiles.apache.org Delivered-To: mailing list commits@tiles.apache.org Received: (qmail 96110 invoked by uid 99); 18 Apr 2007 12:24:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 05:24:25 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 05:24:18 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 72AF11A9838; Wed, 18 Apr 2007 05:23:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r529998 - in /tiles/site/src/site: apt/getting_started.apt site.xml Date: Wed, 18 Apr 2007 12:23:58 -0000 To: commits@tiles.apache.org From: apetrelli@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070418122358.72AF11A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: apetrelli Date: Wed Apr 18 05:23:57 2007 New Revision: 529998 URL: http://svn.apache.org/viewvc?view=rev&rev=529998 Log: TILESSHARED-9 Added "Getting Started" page to the site. Added: tiles/site/src/site/apt/getting_started.apt (with props) Modified: tiles/site/src/site/site.xml Added: tiles/site/src/site/apt/getting_started.apt URL: http://svn.apache.org/viewvc/tiles/site/src/site/apt/getting_started.apt?view=auto&rev=529998 ============================================================================== --- tiles/site/src/site/apt/getting_started.apt (added) +++ tiles/site/src/site/apt/getting_started.apt Wed Apr 18 05:23:57 2007 @@ -0,0 +1,87 @@ +~~ $Id$ +~~ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you 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. +~~ + ----------- + Getting started + ----------- + +Requirements + + To use Tiles in your application you need: + + * a Java Runtime Environment following the <> specifications; + + * a servlet container that supports <> (or above) and <> (or above). + +Installation + + To install Tiles in your web application: + + * {{{download.html}download}} a distribution of Tiles; + + * if you downloaded the binary distribution, unpack it; + + * copy the <<>> and <<>> files + in the <<>> directory of your web application. It is <> to put them in a location where they are shared across the + container; + + * copy the Tiles dependencies JARs: + + ** {{{http://jakarta.apache.org/commons/beanutils/}Jakarta Commons BeanUtils}} + 1.7.0 or above; + + ** {{{http://jakarta.apache.org/commons/digester/}Jakarta Commons Digester}} + 1.8 or above; + + ** {{{http://jakarta.apache.org/commons/logging/}Jakarta Commons Logging}} + (at least API) 1.1 or above. + + These dependencies are present in the <<>> directory of the binary + distribution; + + * if you need JSP support, copy the <<>> in the + <<>> directory of your web application. + +Usage + + If you are using Tiles for the first time, read the + {{{quickstart/index.html}Quickstart}} and the + {{{tutorial/index.html}Tutorial}}. + + If you are migrating from Struts-Tiles, see the + {{{migration/index.html}Migration guide}}. + +Examples + + To see Tiles in action, there are two examples: + + * The Tiles test web application, included in <<>> directory of the + binary distribution ({{{download.html}download it}}). + + * The Tiles showcase, that shows Tiles features and integration with other + technologies and frameworks (currently only Struts 1). + + Currently it is still under development, and you can access it through its + subversion repository: + +----------------------------- +http://svn.apache.org/repos/asf/tiles/examples/trunk/tiles-showcase/ +----------------------------- Propchange: tiles/site/src/site/apt/getting_started.apt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: tiles/site/src/site/apt/getting_started.apt ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: tiles/site/src/site/site.xml URL: http://svn.apache.org/viewvc/tiles/site/src/site/site.xml?view=diff&rev=529998&r1=529997&r2=529998 ============================================================================== --- tiles/site/src/site/site.xml (original) +++ tiles/site/src/site/site.xml Wed Apr 18 05:23:57 2007 @@ -55,6 +55,9 @@ +