Repository: deltaspike Updated Branches: refs/heads/master 949f02179 -> dc479926b
DELTASPIKE-1092 added book-abstract Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/dc479926 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/dc479926 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/dc479926 Branch: refs/heads/master Commit: dc479926b1feb4733ce25ebfaa3cfbf62cee6347 Parents: 949f021 Author: gpetracek <[email protected]> Authored: Thu Mar 17 00:19:04 2016 +0100 Committer: gpetracek <[email protected]> Committed: Thu Mar 17 00:19:04 2016 +0100 ---------------------------------------------------------------------- site/src/main/asciidoc/external.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/dc479926/site/src/main/asciidoc/external.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/external.adoc b/site/src/main/asciidoc/external.adoc index 52e607c..51165bf 100644 --- a/site/src/main/asciidoc/external.adoc +++ b/site/src/main/asciidoc/external.adoc @@ -8,6 +8,16 @@ A number of DeltaSpike examples and templates have been developed external to th **CDI@Work (chapter about DeltaSpike):** http://cdiatwork.irian.at/ +... is a free online book about CDI as well as Apache DeltaSpike. +It covers basic information about CDI and DeltaSpike up to more advanced use-cases. +An example for the latter is a type-safe configuration (interface-only) +which allows you to resolve the configured values even from dynamic config-sources like a database and +store them in a custom Config-Scoped cache which can be refreshed via CDI-events or a CRON based task or manually via JMX. + +The https://github.com/CDIatWork/[GitHub account] contains repositories e.g. for the sample application called IdeaFork. +The commit-history follows the steps in the book. In most cases every commit translates to one step in the book. +(Chapters are released once they are ready.) + == Presentations === Apache DeltaSpike: The CDI toolbox
