Repository: zest-java Updated Branches: refs/heads/support/2.1 [created] 33337d86d
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/f01feab8 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/f01feab8 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/f01feab8 Branch: refs/heads/support/2.1 Commit: f01feab8da78f70ab4c8c7e78c75c7238f45eda7 Parents: c81602d Author: Paul Merlin <[email protected]> Authored: Mon Sep 21 16:48:24 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Sep 21 16:48:24 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/f01feab8/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 dc86b5f..6042916 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, <<thirty-minutes-intro>>. http://git-wip-us.apache.org/repos/asf/zest-java/blob/f01feab8/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 3913a9f..caf3d2b 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, <<two-hours-intro>>. http://git-wip-us.apache.org/repos/asf/zest-java/blob/f01feab8/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 be502d2..bdc89de 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, <<ten-minutes-intro>>.
