Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-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 1B23818699 for ; Mon, 21 Sep 2015 15:13:40 +0000 (UTC) Received: (qmail 92612 invoked by uid 500); 21 Sep 2015 15:13:39 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 92592 invoked by uid 500); 21 Sep 2015 15:13:39 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 92583 invoked by uid 99); 21 Sep 2015 15:13:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 15:13:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72D40E00C5; Mon, 21 Sep 2015 15:13:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@zest.apache.org Message-Id: <7db5bb999152401081765bc843640d56@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zest-java git commit: tutorials: add links to next tutorials in the 2:42 serie Date: Mon, 21 Sep 2015 15:13:39 +0000 (UTC) Repository: zest-java Updated Branches: refs/heads/develop 5e718da0a -> f1b78d377 tutorials: add links to next tutorials in the 2:42 serie Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/f1b78d37 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/f1b78d37 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/f1b78d37 Branch: refs/heads/develop Commit: f1b78d3776d20d49276dce37d066b2a4b34c3a17 Parents: 5e718da Author: Paul Merlin Authored: Mon Sep 21 16:48:24 2015 +0200 Committer: Paul Merlin Committed: Mon Sep 21 17:12:56 2015 +0200 ---------------------------------------------------------------------- tutorials/introduction/tenminutes/src/docs/ten-minutes.txt | 2 ++ tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt | 2 ++ tutorials/introduction/twominutes/src/docs/two-minutes.txt | 2 ++ 3 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/f1b78d37/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt index 0d8c4ac..5395939 100644 --- a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt +++ b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt @@ -107,3 +107,5 @@ So, build the report, send it via the MailService. In this short introduction, we have covered the essence of Zest™. We have looked at what is a Composite, seen some of the Fragments in action, and how simple it is to turn a Composite into a persisted Composite, known as an EntityComposite. + +Next step, <>. http://git-wip-us.apache.org/repos/asf/zest-java/blob/f1b78d37/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt index ff2fa34..7ba04a4 100644 --- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt +++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt @@ -162,3 +162,5 @@ We have now explored a couple more intricate features of Zest™, hopefully with to create applications from scratch, how to structure applications, and how the entire Zest™ Extension system works. We have looked at how to add a Concern that uses a private Mixin, we have touched a bit on Generic Concerns, and finally a short introduction to the Query API. + +Next step, <>. http://git-wip-us.apache.org/repos/asf/zest-java/blob/f1b78d37/tutorials/introduction/twominutes/src/docs/two-minutes.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/src/docs/two-minutes.txt b/tutorials/introduction/twominutes/src/docs/two-minutes.txt index d1ad443..9fcbad6 100644 --- a/tutorials/introduction/twominutes/src/docs/two-minutes.txt +++ b/tutorials/introduction/twominutes/src/docs/two-minutes.txt @@ -72,3 +72,5 @@ tag=documentation . We create the Composite instance from the Module. *Done!* + +Next step, <>.