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 <[email protected]> Authored: Mon Sep 21 16:48:24 2015 +0200 Committer: Paul Merlin <[email protected]> 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, <<thirty-minutes-intro>>. 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, <<two-hours-intro>>. 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, <<ten-minutes-intro>>.
