Return-Path: X-Original-To: apmail-tiles-commits-archive@minotaur.apache.org Delivered-To: apmail-tiles-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D35FC880B for ; Sun, 28 Aug 2011 11:25:29 +0000 (UTC) Received: (qmail 96020 invoked by uid 500); 28 Aug 2011 11:25:28 -0000 Delivered-To: apmail-tiles-commits-archive@tiles.apache.org Received: (qmail 95995 invoked by uid 500); 28 Aug 2011 11:25:23 -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 95984 invoked by uid 99); 28 Aug 2011 11:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 11:25:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2011 11:25:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5607123889E7 for ; Sun, 28 Aug 2011 11:24:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1162497 - in /tiles/framework/trunk: tiles-autotag/src/site/xdoc/index.xml tiles-parent/src/site/apt/whats-new.apt tiles-request/src/site/xdoc/index.xml Date: Sun, 28 Aug 2011 11:24:51 -0000 To: commits@tiles.apache.org From: mck@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110828112451.5607123889E7@eris.apache.org> Author: mck Date: Sun Aug 28 11:24:50 2011 New Revision: 1162497 URL: http://svn.apache.org/viewvc?rev=1162497&view=rev Log: http://thread.gmane.org/gmane.comp.apache.tiles.devel/233 Modified: tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml Modified: tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml?rev=1162497&r1=1162496&r2=1162497&view=diff ============================================================================== --- tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml (original) +++ tiles/framework/trunk/tiles-autotag/src/site/xdoc/index.xml Sun Aug 28 11:24:50 2011 @@ -29,7 +29,7 @@ -
+

Tiles-3 introduces a feature complete Autotag project, @@ -49,7 +49,7 @@

  • the others (generate-jsp, generate-freemarker, generate-velocity) produce boilerplate code.
  • The projects using the latter mojos must include some runtime dependencies.

    -

    The result boilerplate code has been removed and uses the plugin instead: it's a lot of boilerplate, boring code, now generated automatically. +

    The boilerplate code has been removed and uses the plugin instead: it's a lot of boilerplate, boring code, now generated automatically.

    Modified: tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt?rev=1162497&r1=1162496&r2=1162497&view=diff ============================================================================== --- tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt (original) +++ tiles/framework/trunk/tiles-parent/src/site/apt/whats-new.apt Sun Aug 28 11:24:50 2011 @@ -25,9 +25,9 @@ What's new in Tiles 3.0 * New features in Tiles 3.0 - * Apache Request: a framework independent request abstraction. Implementations for Servlet, Portlet, JSP, Velocity and FreeMarker. + * {{{/request/}Apache Request}}: a framework independent request abstraction. Implementations for Servlet, Portlet, JSP, Velocity and FreeMarker. - * Apache Autotag: a project that automatically generates tags (or tag-like) artifact from a common template code for a range of templating languages. + * {{{/autotag/}Apache Autotag}}: a project that automatically generates tags (or tag-like) artifact from a common template code for a range of templating languages. All the Tiles 3 boilerplate code to templating models has been removed and uses the Autotag plugins instead: it's a lot of boilerplate, boring code, now generated automatically. Modified: tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml?rev=1162497&r1=1162496&r2=1162497&view=diff ============================================================================== --- tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml (original) +++ tiles/framework/trunk/tiles-request/src/site/xdoc/index.xml Sun Aug 28 11:24:50 2011 @@ -29,7 +29,7 @@ -
    +

    Tiles-3 introduces a complete standalone and super simple abstraction around request/response objects.

    We've all seen that the various technologies like Servlet, Portlet, JSP, Velocity, FreeMarker seem to have a different abstraction of a common pattern.